Html Css Color HEX #024278 Dark Cerulean

📋 copy color: '#024278'

red 2 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #024278

Tints of Dark Cerulean #024278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.83%

R = 1.06%
G = 35.11%
B = 63.83%

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

#024278 (or 0x024278) is known color: Dark Cerulean. HEX triplet: 02, 42 and 78. RGB value is (2,66,120). Sum of RGB (Red+Green+Blue) = 2+66+120=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #024278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024278 is #FDBD87. Grayscale: #343434. Windows color (decimal): -16629128 or 7881218. OLE color: 7881218.

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

Color convert

RGB 2 66 120 -
CMYK 0.98 0.45 0 0.53
HSL 207.46º 0.97% 0.24% -
HSV(B) 207.46º 0.98% 0.47% -
XYZ 5.36 5.27 18.5 -
YUV 53.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 2 66 120 0.98 0.45 0 0.53 207.46 0.97 0.24
Hex 2 42 78 62 2D 0 35 CF 61 18
Octal 2 102 170 142 55 0 65 317 141 30
Binary 10 1000010 1111000 1100010 101101 0 110101 11001111 1100001 11000

Color Harmonies of #024278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024278

Black with #024278

Text Example


Text Example

White with #024278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024278; }

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

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

background-color css

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

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

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

border-color css

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

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

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