Shades of Cobalt #00479D
Tints of Cobalt #00479D
RGB
CMYK
RGB Variations
Color information
#00479D (or 0x00479D) is known color: Cobalt. HEX triplet: 00, 47 and 9D. RGB value is (0,71,157). Sum of RGB (Red+Green+Blue) = 0+71+157=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #00479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00479D is #FFB862. Grayscale: #3B3B3B. Windows color (decimal): -16758883 or 10307328. OLE color: 10307328.
HSL color Cylindrical-coordinate representation of color #00479D: hue angle of 212.87º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00479D is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 71 | 157 | - |
| CMYK | 1 | 0.55 | 0 | 0.38 |
| HSL | 212.87º | 1% | 0.31% | - |
| HSV(B) | 212.87º | 1% | 0.62% | - |
| XYZ | 8.34 | 6.94 | 32.8 | - |
| YUV | 59.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 157 | 1 | 0.55 | 0 | 0.38 | 212.87 | 1 | 0.31 |
| Hex | 0 | 47 | 9D | 64 | 37 | 0 | 26 | D5 | 64 | 1F |
| Octal | 0 | 107 | 235 | 144 | 67 | 0 | 46 | 325 | 144 | 37 |
| Binary | 0 | 1000111 | 10011101 | 1100100 | 110111 | 0 | 100110 | 11010101 | 1100100 | 11111 |
Color Harmonies of #00479D
Complementary color
Monochromatic Colors of #00479D
Black with #00479D
Text Example
Text Example
White with #00479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00479D; }
p { color: rgb(0,71,157); }
H1.HeaderClassName
{
color: #00479D;
}
.AnyTagClassName
{
color: #00479D;
}
</style>
background-color css
<style>
a { background-color: #00479D; }
a { background-color: rgb(0,71,157); }
div.DivClassName
{
background-color: #00479D;
}
.BgClassName
{
background-color: #00479D;
}
</style>
border-color css
<style>
span { border-color: #00479D; }
span { border-color: rgb(0,71,157); }
td.TdClassName
{
border-color: #00479D;
}
.TagClassName
{
border-color: #00479D;
}
</style>