Shades of Cobalt #015B9F
Tints of Cobalt #015B9F
RGB
CMYK
RGB Variations
Color information
#015B9F (or 0x015B9F) is known color: Cobalt. HEX triplet: 01, 5B and 9F. RGB value is (1,91,159). Sum of RGB (Red+Green+Blue) = 1+91+159=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #015B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B9F is #FEA460. Grayscale: #474747. Windows color (decimal): -16688225 or 10443521. OLE color: 10443521.
HSL color Cylindrical-coordinate representation of color #015B9F: hue angle of 205.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B9F is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 91 | 159 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.38 |
| HSL | 205.82º | 0.99% | 0.31% | - |
| HSV(B) | 205.82º | 0.99% | 0.62% | - |
| XYZ | 10.01 | 9.99 | 34.2 | - |
| YUV | 71.84 | 177.18 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 159 | 0.99 | 0.43 | 0 | 0.38 | 205.82 | 0.99 | 0.31 |
| Hex | 1 | 5B | 9F | 63 | 2B | 0 | 26 | CE | 63 | 1F |
| Octal | 1 | 133 | 237 | 143 | 53 | 0 | 46 | 316 | 143 | 37 |
| Binary | 1 | 1011011 | 10011111 | 1100011 | 101011 | 0 | 100110 | 11001110 | 1100011 | 11111 |
Color Harmonies of #015B9F
Complementary color
Monochromatic Colors of #015B9F
Black with #015B9F
Text Example
Text Example
White with #015B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B9F; }
p { color: rgb(1,91,159); }
H1.HeaderClassName
{
color: #015B9F;
}
.AnyTagClassName
{
color: #015B9F;
}
</style>
background-color css
<style>
a { background-color: #015B9F; }
a { background-color: rgb(1,91,159); }
div.DivClassName
{
background-color: #015B9F;
}
.BgClassName
{
background-color: #015B9F;
}
</style>
border-color css
<style>
span { border-color: #015B9F; }
span { border-color: rgb(1,91,159); }
td.TdClassName
{
border-color: #015B9F;
}
.TagClassName
{
border-color: #015B9F;
}
</style>