Html Css Color HEX #02367C Dark Cerulean

📋 copy color: '#02367C'

red 2 ◦ green 54 ◦ blue 124

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

Shades of Dark Cerulean #02367C

Tints of Dark Cerulean #02367C

RGB

 RED value IS 2 (1.17% from 255) = 1.11%

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 124 (48.83% from 255) = 68.89%

R = 1.11%
G = 30%
B = 68.89%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02367C (or 0x02367C) is known color: Dark Cerulean. HEX triplet: 02, 36 and 7C. RGB value is (2,54,124). Sum of RGB (Red+Green+Blue) = 2+54+124=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #02367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02367C is #FDC983. Grayscale: #2E2E2E. Windows color (decimal): -16632196 or 8140290. OLE color: 8140290.

HSL color Cylindrical-coordinate representation of color #02367C: hue angle of 214.43º 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 #02367C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 54 124 -
CMYK 0.98 0.56 0 0.51
HSL 214.43º 0.97% 0.25% -
HSV(B) 214.43º 0.98% 0.49% -
XYZ 4.98 4.11 19.6 -
YUV 46.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 2 54 124 0.98 0.56 0 0.51 214.43 0.97 0.25
Hex 2 36 7C 62 38 0 33 D6 61 19
Octal 2 66 174 142 70 0 63 326 141 31
Binary 10 110110 1111100 1100010 111000 0 110011 11010110 1100001 11001

Color Harmonies of #02367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02367C

Black with #02367C

Text Example


Text Example

White with #02367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02367C;
 }
 .AnyTagClassName
 {
   color: #02367C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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