Shades of Cobalt #005D9E
Tints of Cobalt #005D9E
RGB
CMYK
RGB Variations
Color information
#005D9E (or 0x005D9E) is known color: Cobalt. HEX triplet: 00, 5D and 9E. RGB value is (0,93,158). Sum of RGB (Red+Green+Blue) = 0+93+158=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #005D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D9E is #FFA261. Grayscale: #484848. Windows color (decimal): -16753250 or 10378496. OLE color: 10378496.
HSL color Cylindrical-coordinate representation of color #005D9E: hue angle of 204.68º 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 #005D9E is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 93 | 158 | - |
| CMYK | 1 | 0.41 | 0 | 0.38 |
| HSL | 204.68º | 1% | 0.31% | - |
| HSV(B) | 204.68º | 1% | 0.62% | - |
| XYZ | 10.09 | 10.3 | 33.8 | - |
| YUV | 72.6 | 176.19 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 158 | 1 | 0.41 | 0 | 0.38 | 204.68 | 1 | 0.31 |
| Hex | 0 | 5D | 9E | 64 | 29 | 0 | 26 | CD | 64 | 1F |
| Octal | 0 | 135 | 236 | 144 | 51 | 0 | 46 | 315 | 144 | 37 |
| Binary | 0 | 1011101 | 10011110 | 1100100 | 101001 | 0 | 100110 | 11001101 | 1100100 | 11111 |
Color Harmonies of #005D9E
Complementary color
Monochromatic Colors of #005D9E
Black with #005D9E
Text Example
Text Example
White with #005D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D9E; }
p { color: rgb(0,93,158); }
H1.HeaderClassName
{
color: #005D9E;
}
.AnyTagClassName
{
color: #005D9E;
}
</style>
background-color css
<style>
a { background-color: #005D9E; }
a { background-color: rgb(0,93,158); }
div.DivClassName
{
background-color: #005D9E;
}
.BgClassName
{
background-color: #005D9E;
}
</style>
border-color css
<style>
span { border-color: #005D9E; }
span { border-color: rgb(0,93,158); }
td.TdClassName
{
border-color: #005D9E;
}
.TagClassName
{
border-color: #005D9E;
}
</style>