Html Css Color HEX #024699 Cobalt

📋 copy color: '#024699'

red 2 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #024699

Tints of Cobalt #024699

RGB

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

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

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

R = 0.89%
G = 31.11%
B = 68%

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

#024699 (or 0x024699) is known color: Cobalt. HEX triplet: 02, 46 and 99. RGB value is (2,70,153). Sum of RGB (Red+Green+Blue) = 2+70+153=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #024699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024699 is #FDB966. Grayscale: #3A3A3A. Windows color (decimal): -16628071 or 10044930. OLE color: 10044930.

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

Color convert

RGB 2 70 153 -
CMYK 0.99 0.54 0 0.4
HSL 212.98º 0.97% 0.3% -
HSV(B) 212.98º 0.99% 0.6% -
XYZ 7.96 6.69 31.01 -
YUV 59.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 2 70 153 0.99 0.54 0 0.4 212.98 0.97 0.3
Hex 2 46 99 63 36 0 28 D5 61 1E
Octal 2 106 231 143 66 0 50 325 141 36
Binary 10 1000110 10011001 1100011 110110 0 101000 11010101 1100001 11110

Color Harmonies of #024699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024699

Black with #024699

Text Example


Text Example

White with #024699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024699; }

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

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

background-color css

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

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

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

border-color css

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

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

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