Html Css Color HEX #02479C Cobalt

📋 copy color: '#02479C'

red 2 ◦ green 71 ◦ blue 156

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

Shades of Cobalt #02479C

Tints of Cobalt #02479C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

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

R = 0.87%
G = 31%
B = 68.12%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02479C (or 0x02479C) is known color: Cobalt. HEX triplet: 02, 47 and 9C. RGB value is (2,71,156). Sum of RGB (Red+Green+Blue) = 2+71+156=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #02479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02479C is #FDB863. Grayscale: #3B3B3B. Windows color (decimal): -16627812 or 10241794. OLE color: 10241794.

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

Color convert

RGB 2 71 156 -
CMYK 0.99 0.54 0 0.39
HSL 213.12º 0.97% 0.31% -
HSV(B) 213.12º 0.99% 0.61% -
XYZ 8.28 6.92 32.35 -
YUV 60.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 2 71 156 0.99 0.54 0 0.39 213.12 0.97 0.31
Hex 2 47 9C 63 36 0 27 D5 61 1F
Octal 2 107 234 143 66 0 47 325 141 37
Binary 10 1000111 10011100 1100011 110110 0 100111 11010101 1100001 11111

Color Harmonies of #02479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02479C

Black with #02479C

Text Example


Text Example

White with #02479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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