Html Css Color HEX #02397C Dark Cerulean

📋 copy color: '#02397C'

red 2 ◦ green 57 ◦ blue 124

#02397C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02397C

Tints of Dark Cerulean #02397C

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 value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02397C (or 0x02397C) is known color: 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

RGB 2 57 124 -
CMYK 0.98 0.54 0 0.51
HSL 212.95º 0.97% 0.25% -
HSV(B) 212.95º 0.98% 0.49% -
XYZ 5.13 4.39 19.65 -
YUV 48.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 2 57 124 0.98 0.54 0 0.51 212.95 0.97 0.25
Hex 2 39 7C 62 36 0 33 D5 61 19
Octal 2 71 174 142 66 0 63 325 141 31
Binary 10 111001 1111100 1100010 110110 0 110011 11010101 1100001 11001

Color Harmonies of #02397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02397C

Black with #02397C

Text Example


Text Example

White with #02397C

Text Example


Text Example

HTML Codes & Css Web 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>