Html Css Color HEX #024490 Dark Cerulean

📋 copy color: '#024490'

red 2 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #024490

Tints of Dark Cerulean #024490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 0.93%
G = 31.78%
B = 67.29%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024490 (or 0x024490) is known color: Dark Cerulean. HEX triplet: 02, 44 and 90. RGB value is (2,68,144). Sum of RGB (Red+Green+Blue) = 2+68+144=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #024490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024490 is #FDBB6F. Grayscale: #383838. Windows color (decimal): -16628592 or 9454594. OLE color: 9454594.

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

Color convert

RGB 2 68 144 -
CMYK 0.99 0.53 0 0.44
HSL 212.11º 0.97% 0.29% -
HSV(B) 212.11º 0.99% 0.56% -
XYZ 7.13 6.16 27.2 -
YUV 56.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 2 68 144 0.99 0.53 0 0.44 212.11 0.97 0.29
Hex 2 44 90 63 35 0 2C D4 61 1D
Octal 2 104 220 143 65 0 54 324 141 35
Binary 10 1000100 10010000 1100011 110101 0 101100 11010100 1100001 11101

Color Harmonies of #024490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024490

Black with #024490

Text Example


Text Example

White with #024490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024490; }

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

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

background-color css

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

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

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

border-color css

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

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

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