Shades of Cobalt #005096
Tints of Cobalt #005096
RGB
CMYK
RGB Variations
Color information
#005096 (or 0x005096) is known color: Cobalt. HEX triplet: 00, 50 and 96. RGB value is (0,80,150). Sum of RGB (Red+Green+Blue) = 0+80+150=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #005096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005096 is #FFAF69. Grayscale: #3F3F3F. Windows color (decimal): -16756586 or 9850880. OLE color: 9850880.
HSL color Cylindrical-coordinate representation of color #005096: hue angle of 208º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005096 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 80 | 150 | - |
| CMYK | 1 | 0.47 | 0 | 0.41 |
| HSL | 208º | 1% | 0.29% | - |
| HSV(B) | 208º | 1% | 0.59% | - |
| XYZ | 8.37 | 7.94 | 29.95 | - |
| YUV | 64.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 150 | 1 | 0.47 | 0 | 0.41 | 208 | 1 | 0.29 |
| Hex | 0 | 50 | 96 | 64 | 2F | 0 | 29 | D0 | 64 | 1D |
| Octal | 0 | 120 | 226 | 144 | 57 | 0 | 51 | 320 | 144 | 35 |
| Binary | 0 | 1010000 | 10010110 | 1100100 | 101111 | 0 | 101001 | 11010000 | 1100100 | 11101 |
Color Harmonies of #005096
Complementary color
Monochromatic Colors of #005096
Black with #005096
Text Example
Text Example
White with #005096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005096; }
p { color: rgb(0,80,150); }
H1.HeaderClassName
{
color: #005096;
}
.AnyTagClassName
{
color: #005096;
}
</style>
background-color css
<style>
a { background-color: #005096; }
a { background-color: rgb(0,80,150); }
div.DivClassName
{
background-color: #005096;
}
.BgClassName
{
background-color: #005096;
}
</style>
border-color css
<style>
span { border-color: #005096; }
span { border-color: rgb(0,80,150); }
td.TdClassName
{
border-color: #005096;
}
.TagClassName
{
border-color: #005096;
}
</style>