Html Css Color HEX #02499F Cobalt

📋 copy color: '#02499F'

red 2 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #02499F

Tints of Cobalt #02499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.95%

R = 0.85%
G = 31.2%
B = 67.95%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02499F (or 0x02499F) is known color: Cobalt. HEX triplet: 02, 49 and 9F. RGB value is (2,73,159). Sum of RGB (Red+Green+Blue) = 2+73+159=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #02499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02499F is #FDB660. Grayscale: #3D3D3D. Windows color (decimal): -16627297 or 10438914. OLE color: 10438914.

HSL color Cylindrical-coordinate representation of color #02499F: hue angle of 212.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02499F is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 73 159 -
CMYK 0.99 0.54 0 0.38
HSL 212.87º 0.98% 0.32% -
HSV(B) 212.87º 0.99% 0.62% -
XYZ 8.67 7.28 33.75 -
YUV 61.58 182.98 85.51 -
System Red Green Blue C M Y K H S L
Decimal 2 73 159 0.99 0.54 0 0.38 212.87 0.98 0.32
Hex 2 49 9F 63 36 0 26 D5 62 20
Octal 2 111 237 143 66 0 46 325 142 40
Binary 10 1001001 10011111 1100011 110110 0 100110 11010101 1100010 100000

Color Harmonies of #02499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02499F

Black with #02499F

Text Example


Text Example

White with #02499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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