Html Css Color HEX #02499C Cobalt

📋 copy color: '#02499C'

red 2 ◦ green 73 ◦ blue 156

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

Shades of Cobalt #02499C

Tints of Cobalt #02499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 0.87%
G = 31.6%
B = 67.53%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02499C (or 0x02499C) is known color: Cobalt. HEX triplet: 02, 49 and 9C. RGB value is (2,73,156). Sum of RGB (Red+Green+Blue) = 2+73+156=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #02499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02499C is #FDB663. Grayscale: #3C3C3C. Windows color (decimal): -16627300 or 10242306. OLE color: 10242306.

HSL color Cylindrical-coordinate representation of color #02499C: hue angle of 212.34º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02499C is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 73 156 -
CMYK 0.99 0.53 0 0.39
HSL 212.34º 0.97% 0.31% -
HSV(B) 212.34º 0.99% 0.61% -
XYZ 8.41 7.18 32.39 -
YUV 61.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 2 73 156 0.99 0.53 0 0.39 212.34 0.97 0.31
Hex 2 49 9C 63 35 0 27 D4 61 1F
Octal 2 111 234 143 65 0 47 324 141 37
Binary 10 1001001 10011100 1100011 110101 0 100111 11010100 1100001 11111

Color Harmonies of #02499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02499C

Black with #02499C

Text Example


Text Example

White with #02499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02499C; }

 p { color: rgb(2,73,156); }

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

background-color css

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

 a { background-color: rgb(2,73,156); }

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

border-color css

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

 span { border-color: rgb(2,73,156); }

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