#02317F

Color #02317F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02317F

Tints of Dark Cerulean #02317F

Color information

#02317F (or 0x02317F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 31 and 7F. RGB value is (2,49,127). Sum of RGB (Red+Green+Blue) = 2+49+127=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #02317F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02317F is #FDCE80. Grayscale: #2B2B2B. Windows color (decimal): -16633473 or 8335618. OLE color: 8335618.

HSL color Cylindrical-coordinate representation of color #02317F: hue angle of 217.44º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02317F is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB249127-
CMYK0.980.6100.50
HSL217.44º96.9%25.29%-
HSV(B)217.44º98.43%49.8%-
XYZ4.953.7420.54-
YUV43.84174.9398.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 127 (50% from 255) = 71.35%
R=1.12%
G=27.53%
B=71.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2491270.980.6100.50217.4496.925.29
Hex2317F623D032d96119
Octal2611771427506233114131
Binary1011000111111111100010111101011001011011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02317F; }

 p { color: rgb(2,49,127); }

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

<style>
 a { background-color: #02317F; }

 a { background-color: rgb(2,49,127); }

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

<style>
 span { border-color: #02317F; }

 span { border-color: rgb(2,49,127); }

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