Shades of Cobalt #005D9F
Tints of Cobalt #005D9F
RGB
CMYK
RGB Variations
Color information
#005D9F (or 0x005D9F) is known color: Cobalt. HEX triplet: 00, 5D and 9F. RGB value is (0,93,159). Sum of RGB (Red+Green+Blue) = 0+93+159=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #005D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D9F is #FFA260. Grayscale: #484848. Windows color (decimal): -16753249 or 10444032. OLE color: 10444032.
HSL color Cylindrical-coordinate representation of color #005D9F: hue angle of 204.91º 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 #005D9F is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 93 | 159 | - |
| CMYK | 1 | 0.42 | 0 | 0.38 |
| HSL | 204.91º | 1% | 0.31% | - |
| HSV(B) | 204.91º | 1% | 0.62% | - |
| XYZ | 10.17 | 10.33 | 34.26 | - |
| YUV | 72.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 159 | 1 | 0.42 | 0 | 0.38 | 204.91 | 1 | 0.31 |
| Hex | 0 | 5D | 9F | 64 | 2A | 0 | 26 | CD | 64 | 1F |
| Octal | 0 | 135 | 237 | 144 | 52 | 0 | 46 | 315 | 144 | 37 |
| Binary | 0 | 1011101 | 10011111 | 1100100 | 101010 | 0 | 100110 | 11001101 | 1100100 | 11111 |
Color Harmonies of #005D9F
Complementary color
Monochromatic Colors of #005D9F
Black with #005D9F
Text Example
Text Example
White with #005D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D9F; }
p { color: rgb(0,93,159); }
H1.HeaderClassName
{
color: #005D9F;
}
.AnyTagClassName
{
color: #005D9F;
}
</style>
background-color css
<style>
a { background-color: #005D9F; }
a { background-color: rgb(0,93,159); }
div.DivClassName
{
background-color: #005D9F;
}
.BgClassName
{
background-color: #005D9F;
}
</style>
border-color css
<style>
span { border-color: #005D9F; }
span { border-color: rgb(0,93,159); }
td.TdClassName
{
border-color: #005D9F;
}
.TagClassName
{
border-color: #005D9F;
}
</style>