Shades of Cobalt #015C9B
Tints of Cobalt #015C9B
RGB
CMYK
RGB Variations
Color information
#015C9B (or 0x015C9B) is known color: Cobalt. HEX triplet: 01, 5C and 9B. RGB value is (1,92,155). Sum of RGB (Red+Green+Blue) = 1+92+155=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #015C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C9B is #FEA364. Grayscale: #474747. Windows color (decimal): -16687973 or 10181633. OLE color: 10181633.
HSL color Cylindrical-coordinate representation of color #015C9B: hue angle of 204.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C9B is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 92 | 155 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.39 |
| HSL | 204.55º | 0.99% | 0.31% | - |
| HSV(B) | 204.55º | 0.99% | 0.61% | - |
| XYZ | 9.76 | 10.03 | 32.43 | - |
| YUV | 71.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 155 | 0.99 | 0.41 | 0 | 0.39 | 204.55 | 0.99 | 0.31 |
| Hex | 1 | 5C | 9B | 63 | 29 | 0 | 27 | CD | 63 | 1F |
| Octal | 1 | 134 | 233 | 143 | 51 | 0 | 47 | 315 | 143 | 37 |
| Binary | 1 | 1011100 | 10011011 | 1100011 | 101001 | 0 | 100111 | 11001101 | 1100011 | 11111 |
Color Harmonies of #015C9B
Complementary color
Monochromatic Colors of #015C9B
Black with #015C9B
Text Example
Text Example
White with #015C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C9B; }
p { color: rgb(1,92,155); }
H1.HeaderClassName
{
color: #015C9B;
}
.AnyTagClassName
{
color: #015C9B;
}
</style>
background-color css
<style>
a { background-color: #015C9B; }
a { background-color: rgb(1,92,155); }
div.DivClassName
{
background-color: #015C9B;
}
.BgClassName
{
background-color: #015C9B;
}
</style>
border-color css
<style>
span { border-color: #015C9B; }
span { border-color: rgb(1,92,155); }
td.TdClassName
{
border-color: #015C9B;
}
.TagClassName
{
border-color: #015C9B;
}
</style>