Html Css Color HEX #024992 Dark Cerulean

📋 copy color: '#024992'

red 2 ◦ green 73 ◦ blue 146

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

Shades of Dark Cerulean #024992

Tints of Dark Cerulean #024992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 0.9%
G = 33.03%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024992 (or 0x024992) is known color: Dark Cerulean. HEX triplet: 02, 49 and 92. RGB value is (2,73,146). Sum of RGB (Red+Green+Blue) = 2+73+146=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #024992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024992 is #FDB66D. Grayscale: #3B3B3B. Windows color (decimal): -16627310 or 9586946. OLE color: 9586946.

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

Color convert

RGB 2 73 146 -
CMYK 0.99 0.5 0 0.43
HSL 210.42º 0.97% 0.29% -
HSV(B) 210.42º 0.99% 0.57% -
XYZ 7.6 6.85 28.12 -
YUV 60.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 2 73 146 0.99 0.5 0 0.43 210.42 0.97 0.29
Hex 2 49 92 63 32 0 2B D2 61 1D
Octal 2 111 222 143 62 0 53 322 141 35
Binary 10 1001001 10010010 1100011 110010 0 101011 11010010 1100001 11101

Color Harmonies of #024992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024992

Black with #024992

Text Example


Text Example

White with #024992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024992; }

 p { color: rgb(2,73,146); }

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

background-color css

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

 a { background-color: rgb(2,73,146); }

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

border-color css

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

 span { border-color: rgb(2,73,146); }

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