Html Css Color HEX #024973 Dark Cerulean

📋 copy color: '#024973'

red 2 ◦ green 73 ◦ blue 115

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

Shades of Dark Cerulean #024973

Tints of Dark Cerulean #024973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 1.05%
G = 38.42%
B = 60.53%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024973 (or 0x024973) is known color: Dark Cerulean. HEX triplet: 02, 49 and 73. RGB value is (2,73,115). Sum of RGB (Red+Green+Blue) = 2+73+115=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #024973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024973 is #FDB68C. Grayscale: #383838. Windows color (decimal): -16627341 or 7555330. OLE color: 7555330.

HSL color Cylindrical-coordinate representation of color #024973: hue angle of 202.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024973 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 73 115 -
CMYK 0.98 0.37 0 0.55
HSL 202.3º 0.97% 0.23% -
HSV(B) 202.3º 0.98% 0.45% -
XYZ 5.5 6.02 17.09 -
YUV 56.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 2 73 115 0.98 0.37 0 0.55 202.3 0.97 0.23
Hex 2 49 73 62 25 0 37 CA 61 17
Octal 2 111 163 142 45 0 67 312 141 27
Binary 10 1001001 1110011 1100010 100101 0 110111 11001010 1100001 10111

Color Harmonies of #024973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024973

Black with #024973

Text Example


Text Example

White with #024973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024973; }

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

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

background-color css

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

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

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

border-color css

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

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

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