Html Css Color HEX #024499 Cobalt

📋 copy color: '#024499'

red 2 ◦ green 68 ◦ blue 153

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

Shades of Cobalt #024499

Tints of Cobalt #024499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

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

R = 0.9%
G = 30.49%
B = 68.61%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#024499 (or 0x024499) is known color: Cobalt. HEX triplet: 02, 44 and 99. RGB value is (2,68,153). Sum of RGB (Red+Green+Blue) = 2+68+153=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #024499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024499 is #FDBB66. Grayscale: #393939. Windows color (decimal): -16628583 or 10044418. OLE color: 10044418.

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

Color convert

RGB 2 68 153 -
CMYK 0.99 0.56 0 0.4
HSL 213.77º 0.97% 0.3% -
HSV(B) 213.77º 0.99% 0.6% -
XYZ 7.84 6.45 30.97 -
YUV 57.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 2 68 153 0.99 0.56 0 0.4 213.77 0.97 0.3
Hex 2 44 99 63 38 0 28 D6 61 1E
Octal 2 104 231 143 70 0 50 326 141 36
Binary 10 1000100 10011001 1100011 111000 0 101000 11010110 1100001 11110

Color Harmonies of #024499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024499

Black with #024499

Text Example


Text Example

White with #024499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024499; }

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

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

background-color css

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

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

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

border-color css

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

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

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