#1f5fc9

Color #1F5FC9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1F5FC9

Tints of Denim #1F5FC9

Color information

#1F5FC9 (or 0x1F5FC9) is unknown color: approx Denim. HEX triplet: 1F, 5F and C9. RGB value is (31,95,201). Sum of RGB (Red+Green+Blue) = 31+95+201=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 201 (78.91% from 255 or 61.47% from 327); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F5FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FC9 is #E0A036. Grayscale: #575757. Windows color (decimal): -14721079 or 13197087. OLE color: 13197087.

HSL color Cylindrical-coordinate representation of color #1F5FC9: hue angle of 217.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5FC9 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3195201-
CMYK0.850.5300.21
HSL217.41º73.28%45.49%-
HSV(B)217.41º84.58%78.82%-
XYZ15.212.6956.91-
YUV87.95191.887.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 9.48%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 201 (78.91% from 255) = 61.47%
R=9.48%
G=29.05%
B=61.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31952010.850.5300.21217.4173.2845.49
Hex1F5FC95535015d9492d
Octal371373111256502533111155
Binary111111011111110010011010101110101010101110110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f5fc9; }

 p { color: rgb(31,95,201); }

 H1.HeaderClassName
 {
   color: #1f5fc9;
 }
 .AnyTagClassName
 {
   color: #1f5fc9;
 }
</style>
background-color css

<style>
 a { background-color: #1f5fc9; }

 a { background-color: rgb(31,95,201); }

 div.DivClassName
 {
   background-color: #1f5fc9;
 }
 .BgClassName
 {
   background-color: #1f5fc9;
 }
</style>
border-color css

<style>
 span { border-color: #1f5fc9; }

 span { border-color: rgb(31,95,201); }

 td.TdClassName
 {
   border-color: #1f5fc9;
 }
 .TagClassName
 {
   border-color: #1f5fc9;
 }
</style>

cancel