Html Css Color HEX #024899 Cobalt

📋 copy color: '#024899'

red 2 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #024899

Tints of Cobalt #024899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 0.88%
G = 31.72%
B = 67.4%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#024899 (or 0x024899) is known color: Cobalt. HEX triplet: 02, 48 and 99. RGB value is (2,72,153). Sum of RGB (Red+Green+Blue) = 2+72+153=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #024899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024899 is #FDB766. Grayscale: #3B3B3B. Windows color (decimal): -16627559 or 10045442. OLE color: 10045442.

HSL color Cylindrical-coordinate representation of color #024899: hue angle of 212.19º 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 #024899 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 72 153 -
CMYK 0.99 0.53 0 0.4
HSL 212.19º 0.97% 0.3% -
HSV(B) 212.19º 0.99% 0.6% -
XYZ 8.09 6.95 31.05 -
YUV 60.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 2 72 153 0.99 0.53 0 0.4 212.19 0.97 0.3
Hex 2 48 99 63 35 0 28 D4 61 1E
Octal 2 110 231 143 65 0 50 324 141 36
Binary 10 1001000 10011001 1100011 110101 0 101000 11010100 1100001 11110

Color Harmonies of #024899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024899

Black with #024899

Text Example


Text Example

White with #024899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024899; }

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

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

background-color css

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

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

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

border-color css

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

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

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