#1F5ECB

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

Shades of Denim #1F5ECB

Tints of Denim #1F5ECB

Color information

#1F5ECB (or 0x1F5ECB) is unknown color: approx Denim. HEX triplet: 1F, 5E and CB. RGB value is (31,94,203). Sum of RGB (Red+Green+Blue) = 31+94+203=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ECB is #E0A134. Grayscale: #575757. Windows color (decimal): -14721333 or 13327903. OLE color: 13327903.

HSL color Cylindrical-coordinate representation of color #1F5ECB: hue angle of 218.02º 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 #1F5ECB is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3194203-
CMYK0.850.5400.20
HSL218.02º73.5%45.88%-
HSV(B)218.02º84.73%79.61%-
XYZ15.3512.6158.12-
YUV87.59193.1387.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.45%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 203 (79.69% from 255) = 61.89%
R=9.45%
G=28.66%
B=61.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31942030.850.5400.20218.0273.545.88
Hex1F5ECB5536014da4a2e
Octal371363131256602433211256
Binary111111011110110010111010101110110010100110110101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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