Html Css Color HEX #024890 Dark Cerulean

📋 copy color: '#024890'

red 2 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #024890

Tints of Dark Cerulean #024890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 0.92%
G = 33.03%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024890 (or 0x024890) is known color: Dark Cerulean. HEX triplet: 02, 48 and 90. RGB value is (2,72,144). Sum of RGB (Red+Green+Blue) = 2+72+144=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #024890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024890 is #FDB76F. Grayscale: #3A3A3A. Windows color (decimal): -16627568 or 9455618. OLE color: 9455618.

HSL color Cylindrical-coordinate representation of color #024890: hue angle of 210.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024890 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 72 144 -
CMYK 0.99 0.50 0 0.44
HSL 210.42º 0.97% 0.29% -
HSV(B) 210.42º 0.99% 0.56% -
XYZ 7.38 6.66 27.28 -
YUV 59.28 175.81 87.15 -
System Red Green Blue C M Y K H S L
Decimal 2 72 144 0.99 0.50 0 0.44 210.42 0.97 0.29
Hex 2 48 90 63 32 0 2C D2 61 1D
Octal 2 110 220 143 62 0 54 322 141 35
Binary 10 1001000 10010000 1100011 110010 0 101100 11010010 1100001 11101

Color Harmonies of #024890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024890

Black with #024890

Text Example


Text Example

White with #024890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024890; }

 p { color: rgb(2,72,144); }

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

background-color css

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

 a { background-color: rgb(2,72,144); }

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

border-color css

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

 span { border-color: rgb(2,72,144); }

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