Html Css Color HEX #024A95 Cobalt

📋 copy color: '#024A95'

red 2 ◦ green 74 ◦ blue 149

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

Shades of Cobalt #024A95

Tints of Cobalt #024A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 0.89%
G = 32.89%
B = 66.22%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024A95 (or 0x024A95) is known color: Cobalt. HEX triplet: 02, 4A and 95. RGB value is (2,74,149). Sum of RGB (Red+Green+Blue) = 2+74+149=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #024A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A95 is #FDB56A. Grayscale: #3C3C3C. Windows color (decimal): -16627051 or 9783810. OLE color: 9783810.

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

Color convert

RGB 2 74 149 -
CMYK 0.99 0.50 0 0.42
HSL 210.61º 0.97% 0.3% -
HSV(B) 210.61º 0.99% 0.58% -
XYZ 7.9 7.08 29.38 -
YUV 61.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 2 74 149 0.99 0.50 0 0.42 210.61 0.97 0.3
Hex 2 4A 95 63 32 0 2A D3 61 1E
Octal 2 112 225 143 62 0 52 323 141 36
Binary 10 1001010 10010101 1100011 110010 0 101010 11010011 1100001 11110

Color Harmonies of #024A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A95

Black with #024A95

Text Example


Text Example

White with #024A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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