Html Css Color HEX #024696 Cobalt

📋 copy color: '#024696'

red 2 ◦ green 70 ◦ blue 150

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

Shades of Cobalt #024696

Tints of Cobalt #024696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 0.9%
G = 31.53%
B = 67.57%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024696 (or 0x024696) is known color: Cobalt. HEX triplet: 02, 46 and 96. RGB value is (2,70,150). Sum of RGB (Red+Green+Blue) = 2+70+150=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #024696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024696 is #FDB969. Grayscale: #3A3A3A. Windows color (decimal): -16628074 or 9848322. OLE color: 9848322.

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

Color convert

RGB 2 70 150 -
CMYK 0.99 0.53 0 0.41
HSL 212.43º 0.97% 0.3% -
HSV(B) 212.43º 0.99% 0.59% -
XYZ 7.72 6.6 29.72 -
YUV 58.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 2 70 150 0.99 0.53 0 0.41 212.43 0.97 0.3
Hex 2 46 96 63 35 0 29 D4 61 1E
Octal 2 106 226 143 65 0 51 324 141 36
Binary 10 1000110 10010110 1100011 110101 0 101001 11010100 1100001 11110

Color Harmonies of #024696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024696

Black with #024696

Text Example


Text Example

White with #024696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024696; }

 p { color: rgb(2,70,150); }

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

background-color css

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

 a { background-color: rgb(2,70,150); }

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

border-color css

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

 span { border-color: rgb(2,70,150); }

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