Html Css Color HEX #02367D Dark Cerulean

📋 copy color: '#02367D'

red 2 ◦ green 54 ◦ blue 125

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

Shades of Dark Cerulean #02367D

Tints of Dark Cerulean #02367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 1.1%
G = 29.83%
B = 69.06%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02367D (or 0x02367D) is known color: Dark Cerulean. HEX triplet: 02, 36 and 7D. RGB value is (2,54,125). Sum of RGB (Red+Green+Blue) = 2+54+125=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #02367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02367D is #FDC982. Grayscale: #2E2E2E. Windows color (decimal): -16632195 or 8205826. OLE color: 8205826.

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

Color convert

RGB 2 54 125 -
CMYK 0.98 0.57 0 0.51
HSL 214.63º 0.97% 0.25% -
HSV(B) 214.63º 0.98% 0.49% -
XYZ 5.05 4.13 19.93 -
YUV 46.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 2 54 125 0.98 0.57 0 0.51 214.63 0.97 0.25
Hex 2 36 7D 62 39 0 33 D7 61 19
Octal 2 66 175 142 71 0 63 327 141 31
Binary 10 110110 1111101 1100010 111001 0 110011 11010111 1100001 11001

Color Harmonies of #02367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02367D

Black with #02367D

Text Example


Text Example

White with #02367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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