Html Css Color HEX #024799 Cobalt

📋 copy color: '#024799'

red 2 ◦ green 71 ◦ blue 153

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

Shades of Cobalt #024799

Tints of Cobalt #024799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 0.88%
G = 31.42%
B = 67.7%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#024799 (or 0x024799) is known color: Cobalt. HEX triplet: 02, 47 and 99. RGB value is (2,71,153). Sum of RGB (Red+Green+Blue) = 2+71+153=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #024799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024799 is #FDB866. Grayscale: #3B3B3B. Windows color (decimal): -16627815 or 10045186. OLE color: 10045186.

HSL color Cylindrical-coordinate representation of color #024799: hue angle of 212.58º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024799 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 71 153 -
CMYK 0.99 0.54 0 0.4
HSL 212.58º 0.97% 0.3% -
HSV(B) 212.58º 0.99% 0.6% -
XYZ 8.03 6.82 31.03 -
YUV 59.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 2 71 153 0.99 0.54 0 0.4 212.58 0.97 0.3
Hex 2 47 99 63 36 0 28 D5 61 1E
Octal 2 107 231 143 66 0 50 325 141 36
Binary 10 1000111 10011001 1100011 110110 0 101000 11010101 1100001 11110

Color Harmonies of #024799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024799

Black with #024799

Text Example


Text Example

White with #024799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024799; }

 p { color: rgb(2,71,153); }

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

background-color css

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

 a { background-color: rgb(2,71,153); }

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

border-color css

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

 span { border-color: rgb(2,71,153); }

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