#02397C

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

Shades of Dark Cerulean #02397C

Tints of Dark Cerulean #02397C

Color information

#02397C (or 0x02397C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 39 and 7C. RGB value is (2,57,124). Sum of RGB (Red+Green+Blue) = 2+57+124=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #02397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02397C is #FDC683. Grayscale: #2F2F2F. Windows color (decimal): -16631428 or 8141058. OLE color: 8141058.

HSL color Cylindrical-coordinate representation of color #02397C: hue angle of 212.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02397C is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB257124-
CMYK0.980.5400.51
HSL212.95º96.83%24.71%-
HSV(B)212.95º98.39%48.63%-
XYZ5.134.3919.65-
YUV48.19170.7895.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=1.09%
G=31.15%
B=67.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2571240.980.5400.51212.9596.8324.71
Hex2397C6236033d56119
Octal2711741426606332514131
Binary1011100111111001100010110110011001111010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02397C; }

 p { color: rgb(2,57,124); }

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

<style>
 a { background-color: #02397C; }

 a { background-color: rgb(2,57,124); }

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

<style>
 span { border-color: #02397C; }

 span { border-color: rgb(2,57,124); }

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