Shades of Cobalt #015FAA
Tints of Cobalt #015FAA
RGB
CMYK
RGB Variations
Color information
#015FAA (or 0x015FAA) is known color: Cobalt. HEX triplet: 01, 5F and AA. RGB value is (1,95,170). Sum of RGB (Red+Green+Blue) = 1+95+170=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #015FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FAA is #FEA055. Grayscale: #4B4B4B. Windows color (decimal): -16687190 or 11165441. OLE color: 11165441.
HSL color Cylindrical-coordinate representation of color #015FAA: hue angle of 206.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FAA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 95 | 170 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.33 |
| HSL | 206.63º | 0.99% | 0.34% | - |
| HSV(B) | 206.63º | 0.99% | 0.67% | - |
| XYZ | 11.36 | 11.09 | 39.57 | - |
| YUV | 75.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 170 | 0.99 | 0.44 | 0 | 0.33 | 206.63 | 0.99 | 0.34 |
| Hex | 1 | 5F | AA | 63 | 2C | 0 | 21 | CF | 63 | 22 |
| Octal | 1 | 137 | 252 | 143 | 54 | 0 | 41 | 317 | 143 | 42 |
| Binary | 1 | 1011111 | 10101010 | 1100011 | 101100 | 0 | 100001 | 11001111 | 1100011 | 100010 |
Color Harmonies of #015FAA
Complementary color
Monochromatic Colors of #015FAA
Black with #015FAA
Text Example
Text Example
White with #015FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FAA; }
p { color: rgb(1,95,170); }
H1.HeaderClassName
{
color: #015FAA;
}
.AnyTagClassName
{
color: #015FAA;
}
</style>
background-color css
<style>
a { background-color: #015FAA; }
a { background-color: rgb(1,95,170); }
div.DivClassName
{
background-color: #015FAA;
}
.BgClassName
{
background-color: #015FAA;
}
</style>
border-color css
<style>
span { border-color: #015FAA; }
span { border-color: rgb(1,95,170); }
td.TdClassName
{
border-color: #015FAA;
}
.TagClassName
{
border-color: #015FAA;
}
</style>