Shades of Cobalt #0150B6
Tints of Cobalt #0150B6
RGB
CMYK
RGB Variations
Color information
#0150B6 (or 0x0150B6) is known color: Cobalt. HEX triplet: 01, 50 and B6. RGB value is (1,80,182). Sum of RGB (Red+Green+Blue) = 1+80+182=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #0150B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150B6 is #FEAF49. Grayscale: #434343. Windows color (decimal): -16691018 or 11948033. OLE color: 11948033.
HSL color Cylindrical-coordinate representation of color #0150B6: hue angle of 213.81º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0150B6 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 80 | 182 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.29 |
| HSL | 213.81º | 0.99% | 0.36% | - |
| HSV(B) | 213.81º | 0.99% | 0.71% | - |
| XYZ | 11.32 | 9.12 | 45.42 | - |
| YUV | 68.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 182 | 0.99 | 0.56 | 0 | 0.29 | 213.81 | 0.99 | 0.36 |
| Hex | 1 | 50 | B6 | 63 | 38 | 0 | 1D | D6 | 63 | 24 |
| Octal | 1 | 120 | 266 | 143 | 70 | 0 | 35 | 326 | 143 | 44 |
| Binary | 1 | 1010000 | 10110110 | 1100011 | 111000 | 0 | 11101 | 11010110 | 1100011 | 100100 |
Color Harmonies of #0150B6
Complementary color
Monochromatic Colors of #0150B6
Black with #0150B6
Text Example
Text Example
White with #0150B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0150B6; }
p { color: rgb(1,80,182); }
H1.HeaderClassName
{
color: #0150B6;
}
.AnyTagClassName
{
color: #0150B6;
}
</style>
background-color css
<style>
a { background-color: #0150B6; }
a { background-color: rgb(1,80,182); }
div.DivClassName
{
background-color: #0150B6;
}
.BgClassName
{
background-color: #0150B6;
}
</style>
border-color css
<style>
span { border-color: #0150B6; }
span { border-color: rgb(1,80,182); }
td.TdClassName
{
border-color: #0150B6;
}
.TagClassName
{
border-color: #0150B6;
}
</style>