Html Css Color HEX #024377 Dark Cerulean

📋 copy color: '#024377'

red 2 ◦ green 67 ◦ blue 119

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

Shades of Dark Cerulean #024377

Tints of Dark Cerulean #024377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 119 (46.88% from 255) = 63.3%

R = 1.06%
G = 35.64%
B = 63.3%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024377 (or 0x024377) is known color: Dark Cerulean. HEX triplet: 02, 43 and 77. RGB value is (2,67,119). Sum of RGB (Red+Green+Blue) = 2+67+119=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #024377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024377 is #FDBC88. Grayscale: #353535. Windows color (decimal): -16628873 or 7815938. OLE color: 7815938.

HSL color Cylindrical-coordinate representation of color #024377: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024377 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 67 119 -
CMYK 0.98 0.44 0 0.53
HSL 206.67º 0.97% 0.24% -
HSV(B) 206.67º 0.98% 0.47% -
XYZ 5.36 5.36 18.2 -
YUV 53.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 2 67 119 0.98 0.44 0 0.53 206.67 0.97 0.24
Hex 2 43 77 62 2C 0 35 CF 61 18
Octal 2 103 167 142 54 0 65 317 141 30
Binary 10 1000011 1110111 1100010 101100 0 110101 11001111 1100001 11000

Color Harmonies of #024377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024377

Black with #024377

Text Example


Text Example

White with #024377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024377; }

 p { color: rgb(2,67,119); }

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

background-color css

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

 a { background-color: rgb(2,67,119); }

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

border-color css

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

 span { border-color: rgb(2,67,119); }

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