Shades of Cobalt #005D9C
Tints of Cobalt #005D9C
RGB
CMYK
RGB Variations
Color information
#005D9C (or 0x005D9C) is known color: Cobalt. HEX triplet: 00, 5D and 9C. RGB value is (0,93,156). Sum of RGB (Red+Green+Blue) = 0+93+156=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #005D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D9C is #FFA263. Grayscale: #484848. Windows color (decimal): -16753252 or 10247424. OLE color: 10247424.
HSL color Cylindrical-coordinate representation of color #005D9C: hue angle of 204.23º 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 #005D9C is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 93 | 156 | - |
| CMYK | 1 | 0.40 | 0 | 0.39 |
| HSL | 204.23º | 1% | 0.31% | - |
| HSV(B) | 204.23º | 1% | 0.61% | - |
| XYZ | 9.92 | 10.23 | 32.9 | - |
| YUV | 72.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 156 | 1 | 0.40 | 0 | 0.39 | 204.23 | 1 | 0.31 |
| Hex | 0 | 5D | 9C | 64 | 28 | 0 | 27 | CC | 64 | 1F |
| Octal | 0 | 135 | 234 | 144 | 50 | 0 | 47 | 314 | 144 | 37 |
| Binary | 0 | 1011101 | 10011100 | 1100100 | 101000 | 0 | 100111 | 11001100 | 1100100 | 11111 |
Color Harmonies of #005D9C
Complementary color
Monochromatic Colors of #005D9C
Black with #005D9C
Text Example
Text Example
White with #005D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D9C; }
p { color: rgb(0,93,156); }
H1.HeaderClassName
{
color: #005D9C;
}
.AnyTagClassName
{
color: #005D9C;
}
</style>
background-color css
<style>
a { background-color: #005D9C; }
a { background-color: rgb(0,93,156); }
div.DivClassName
{
background-color: #005D9C;
}
.BgClassName
{
background-color: #005D9C;
}
</style>
border-color css
<style>
span { border-color: #005D9C; }
span { border-color: rgb(0,93,156); }
td.TdClassName
{
border-color: #005D9C;
}
.TagClassName
{
border-color: #005D9C;
}
</style>