Html Css Color HEX #024A97 Cobalt

📋 copy color: '#024A97'

red 2 ◦ green 74 ◦ blue 151

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

Shades of Cobalt #024A97

Tints of Cobalt #024A97

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 151 (59.38% from 255) = 66.52%

R = 0.88%
G = 32.6%
B = 66.52%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024A97 (or 0x024A97) is known color: Cobalt. HEX triplet: 02, 4A and 97. RGB value is (2,74,151). Sum of RGB (Red+Green+Blue) = 2+74+151=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #024A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A97 is #FDB568. Grayscale: #3C3C3C. Windows color (decimal): -16627049 or 9914882. OLE color: 9914882.

HSL color Cylindrical-coordinate representation of color #024A97: hue angle of 211.01º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A97 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 74 151 -
CMYK 0.99 0.51 0 0.41
HSL 211.01º 0.97% 0.3% -
HSV(B) 211.01º 0.99% 0.59% -
XYZ 8.06 7.14 30.23 -
YUV 61.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 2 74 151 0.99 0.51 0 0.41 211.01 0.97 0.3
Hex 2 4A 97 63 33 0 29 D3 61 1E
Octal 2 112 227 143 63 0 51 323 141 36
Binary 10 1001010 10010111 1100011 110011 0 101001 11010011 1100001 11110

Color Harmonies of #024A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A97

Black with #024A97

Text Example


Text Example

White with #024A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A97; }

 p { color: rgb(2,74,151); }

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

background-color css

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

 a { background-color: rgb(2,74,151); }

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

border-color css

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

 span { border-color: rgb(2,74,151); }

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