Html Css Color HEX #024274 Dark Cerulean

📋 copy color: '#024274'

red 2 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #024274

Tints of Dark Cerulean #024274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 1.09%
G = 35.87%
B = 63.04%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024274 (or 0x024274) is known color: Dark Cerulean. HEX triplet: 02, 42 and 74. RGB value is (2,66,116). Sum of RGB (Red+Green+Blue) = 2+66+116=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #024274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024274 is #FDBD8B. Grayscale: #343434. Windows color (decimal): -16629132 or 7619074. OLE color: 7619074.

HSL color Cylindrical-coordinate representation of color #024274: hue angle of 206.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024274 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 66 116 -
CMYK 0.98 0.43 0 0.55
HSL 206.32º 0.97% 0.23% -
HSV(B) 206.32º 0.98% 0.45% -
XYZ 5.13 5.17 17.25 -
YUV 52.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 2 66 116 0.98 0.43 0 0.55 206.32 0.97 0.23
Hex 2 42 74 62 2B 0 37 CE 61 17
Octal 2 102 164 142 53 0 67 316 141 27
Binary 10 1000010 1110100 1100010 101011 0 110111 11001110 1100001 10111

Color Harmonies of #024274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024274

Black with #024274

Text Example


Text Example

White with #024274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024274; }

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

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

background-color css

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

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

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

border-color css

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

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

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