Html Css Color HEX #024993 Dark Cerulean

📋 copy color: '#024993'

red 2 ◦ green 73 ◦ blue 147

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

Shades of Dark Cerulean #024993

Tints of Dark Cerulean #024993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.22%

R = 0.9%
G = 32.88%
B = 66.22%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024993 (or 0x024993) is known color: Dark Cerulean. HEX triplet: 02, 49 and 93. RGB value is (2,73,147). Sum of RGB (Red+Green+Blue) = 2+73+147=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #024993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024993 is #FDB66C. Grayscale: #3B3B3B. Windows color (decimal): -16627309 or 9652482. OLE color: 9652482.

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

Color convert

RGB 2 73 147 -
CMYK 0.99 0.50 0 0.42
HSL 210.62º 0.97% 0.29% -
HSV(B) 210.62º 0.99% 0.58% -
XYZ 7.67 6.88 28.53 -
YUV 60.21 176.98 86.48 -
System Red Green Blue C M Y K H S L
Decimal 2 73 147 0.99 0.50 0 0.42 210.62 0.97 0.29
Hex 2 49 93 63 32 0 2A D3 61 1D
Octal 2 111 223 143 62 0 52 323 141 35
Binary 10 1001001 10010011 1100011 110010 0 101010 11010011 1100001 11101

Color Harmonies of #024993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024993

Black with #024993

Text Example


Text Example

White with #024993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024993; }

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

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

background-color css

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

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

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

border-color css

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

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

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