Html Css Color HEX #024277 Dark Cerulean

📋 copy color: '#024277'

red 2 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #024277

Tints of Dark Cerulean #024277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 1.07%
G = 35.29%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024277 (or 0x024277) is known color: Dark Cerulean. HEX triplet: 02, 42 and 77. RGB value is (2,66,119). Sum of RGB (Red+Green+Blue) = 2+66+119=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #024277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024277 is #FDBD88. Grayscale: #343434. Windows color (decimal): -16629129 or 7815682. OLE color: 7815682.

HSL color Cylindrical-coordinate representation of color #024277: hue angle of 207.18º 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 #024277 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 66 119 -
CMYK 0.98 0.45 0 0.53
HSL 207.18º 0.97% 0.24% -
HSV(B) 207.18º 0.98% 0.47% -
XYZ 5.3 5.24 18.18 -
YUV 52.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 2 66 119 0.98 0.45 0 0.53 207.18 0.97 0.24
Hex 2 42 77 62 2D 0 35 CF 61 18
Octal 2 102 167 142 55 0 65 317 141 30
Binary 10 1000010 1110111 1100010 101101 0 110101 11001111 1100001 11000

Color Harmonies of #024277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024277

Black with #024277

Text Example


Text Example

White with #024277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024277; }

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

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

background-color css

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

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

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

border-color css

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

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

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