Shades of Cobalt #015095
Tints of Cobalt #015095
RGB
CMYK
RGB Variations
Color information
#015095 (or 0x015095) is known color: Cobalt. HEX triplet: 01, 50 and 95. RGB value is (1,80,149). Sum of RGB (Red+Green+Blue) = 1+80+149=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #015095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015095 is #FEAF6A. Grayscale: #3F3F3F. Windows color (decimal): -16691051 or 9785345. OLE color: 9785345.
HSL color Cylindrical-coordinate representation of color #015095: hue angle of 207.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015095 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 80 | 149 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.42 |
| HSL | 207.97º | 0.99% | 0.29% | - |
| HSV(B) | 207.97º | 0.99% | 0.58% | - |
| XYZ | 8.31 | 7.91 | 29.52 | - |
| YUV | 64.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 149 | 0.99 | 0.46 | 0 | 0.42 | 207.97 | 0.99 | 0.29 |
| Hex | 1 | 50 | 95 | 63 | 2E | 0 | 2A | D0 | 63 | 1D |
| Octal | 1 | 120 | 225 | 143 | 56 | 0 | 52 | 320 | 143 | 35 |
| Binary | 1 | 1010000 | 10010101 | 1100011 | 101110 | 0 | 101010 | 11010000 | 1100011 | 11101 |
Color Harmonies of #015095
Complementary color
Monochromatic Colors of #015095
Black with #015095
Text Example
Text Example
White with #015095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015095; }
p { color: rgb(1,80,149); }
H1.HeaderClassName
{
color: #015095;
}
.AnyTagClassName
{
color: #015095;
}
</style>
background-color css
<style>
a { background-color: #015095; }
a { background-color: rgb(1,80,149); }
div.DivClassName
{
background-color: #015095;
}
.BgClassName
{
background-color: #015095;
}
</style>
border-color css
<style>
span { border-color: #015095; }
span { border-color: rgb(1,80,149); }
td.TdClassName
{
border-color: #015095;
}
.TagClassName
{
border-color: #015095;
}
</style>