#00479C

Color #00479C Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #00479C

Tints of Cobalt #00479C

Color information

#00479C (or 0x00479C) is unknown color: approx Cobalt. HEX triplet: 00, 47 and 9C. RGB value is (0,71,156). Sum of RGB (Red+Green+Blue) = 0+71+156=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #00479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00479C is #FFB863. Grayscale: #3B3B3B. Windows color (decimal): -16758884 or 10241792. OLE color: 10241792.

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

Color convert

RGB071156-
CMYK10.5400.39
HSL212.69º100%30.59%-
HSV(B)212.69º100%61.18%-
XYZ8.256.9132.35-
YUV59.46182.4885.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=0%
G=31.28%
B=68.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal07115610.5400.39212.6910030.59
Hex0479C6436027d5641f
Octal01072341446604732514437
Binary01000111100111001100100110110010011111010101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00479C;
 }
 .AnyTagClassName
 {
   color: #00479C;
 }
</style>
background-color css

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

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

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

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

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

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