#1f61cb

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

Shades of Denim #1F61CB

Tints of Denim #1F61CB

Color information

#1F61CB (or 0x1F61CB) is unknown color: approx Denim. HEX triplet: 1F, 61 and CB. RGB value is (31,97,203). Sum of RGB (Red+Green+Blue) = 31+97+203=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F61CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61CB is #E09E34. Grayscale: #585858. Windows color (decimal): -14720565 or 13328671. OLE color: 13328671.

HSL color Cylindrical-coordinate representation of color #1F61CB: hue angle of 216.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F61CB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3197203-
CMYK0.850.5200.20
HSL216.98º73.5%45.88%-
HSV(B)216.98º84.73%79.61%-
XYZ15.6213.1558.22-
YUV89.35192.1386.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.37%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=9.37%
G=29.31%
B=61.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31972030.850.5200.20216.9873.545.88
Hex1F61CB5534014d94a2e
Octal371413131256402433111256
Binary111111100001110010111010101110100010100110110011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f61cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,203); }

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

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

 a { background-color: rgb(31,97,203); }

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

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

 span { border-color: rgb(31,97,203); }

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