Shades of Cobalt #005BA5
Tints of Cobalt #005BA5
RGB
CMYK
RGB Variations
Color information
#005BA5 (or 0x005BA5) is known color: Cobalt. HEX triplet: 00, 5B and A5. RGB value is (0,91,165). Sum of RGB (Red+Green+Blue) = 0+91+165=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #005BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BA5 is #FFA45A. Grayscale: #474747. Windows color (decimal): -16753755 or 10836736. OLE color: 10836736.
HSL color Cylindrical-coordinate representation of color #005BA5: hue angle of 206.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BA5 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 91 | 165 | - |
| CMYK | 1 | 0.45 | 0 | 0.35 |
| HSL | 206.91º | 1% | 0.32% | - |
| HSV(B) | 206.91º | 1% | 0.65% | - |
| XYZ | 10.53 | 10.2 | 37.01 | - |
| YUV | 72.23 | 180.35 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 165 | 1 | 0.45 | 0 | 0.35 | 206.91 | 1 | 0.32 |
| Hex | 0 | 5B | A5 | 64 | 2D | 0 | 23 | CF | 64 | 20 |
| Octal | 0 | 133 | 245 | 144 | 55 | 0 | 43 | 317 | 144 | 40 |
| Binary | 0 | 1011011 | 10100101 | 1100100 | 101101 | 0 | 100011 | 11001111 | 1100100 | 100000 |
Color Harmonies of #005BA5
Complementary color
Monochromatic Colors of #005BA5
Black with #005BA5
Text Example
Text Example
White with #005BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BA5; }
p { color: rgb(0,91,165); }
H1.HeaderClassName
{
color: #005BA5;
}
.AnyTagClassName
{
color: #005BA5;
}
</style>
background-color css
<style>
a { background-color: #005BA5; }
a { background-color: rgb(0,91,165); }
div.DivClassName
{
background-color: #005BA5;
}
.BgClassName
{
background-color: #005BA5;
}
</style>
border-color css
<style>
span { border-color: #005BA5; }
span { border-color: rgb(0,91,165); }
td.TdClassName
{
border-color: #005BA5;
}
.TagClassName
{
border-color: #005BA5;
}
</style>