Html Css Color HEX #024980 Dark Cerulean

📋 copy color: '#024980'

red 2 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #024980

Tints of Dark Cerulean #024980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.05%

R = 0.99%
G = 35.96%
B = 63.05%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024980 (or 0x024980) is known color: Dark Cerulean. HEX triplet: 02, 49 and 80. RGB value is (2,73,128). Sum of RGB (Red+Green+Blue) = 2+73+128=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #024980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024980 is #FDB67F. Grayscale: #393939. Windows color (decimal): -16627328 or 8407298. OLE color: 8407298.

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

Color convert

RGB 2 73 128 -
CMYK 0.98 0.43 0 0.50
HSL 206.19º 0.97% 0.25% -
HSV(B) 206.19º 0.98% 0.5% -
XYZ 6.3 6.34 21.31 -
YUV 58.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 2 73 128 0.98 0.43 0 0.50 206.19 0.97 0.25
Hex 2 49 80 62 2B 0 32 CE 61 19
Octal 2 111 200 142 53 0 62 316 141 31
Binary 10 1001001 10000000 1100010 101011 0 110010 11001110 1100001 11001

Color Harmonies of #024980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024980

Black with #024980

Text Example


Text Example

White with #024980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024980; }

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

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

background-color css

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

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

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

border-color css

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

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

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