Shades of Cobalt #0150B8
Tints of Cobalt #0150B8
RGB
CMYK
RGB Variations
Color information
#0150B8 (or 0x0150B8) is known color: Cobalt. HEX triplet: 01, 50 and B8. RGB value is (1,80,184). Sum of RGB (Red+Green+Blue) = 1+80+184=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #0150B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150B8 is #FEAF47. Grayscale: #434343. Windows color (decimal): -16691016 or 12079105. OLE color: 12079105.
HSL color Cylindrical-coordinate representation of color #0150B8: hue angle of 214.1º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0150B8 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 80 | 184 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.28 |
| HSL | 214.1º | 0.99% | 0.36% | - |
| HSV(B) | 214.1º | 0.99% | 0.72% | - |
| XYZ | 11.53 | 9.2 | 46.52 | - |
| YUV | 68.24 | 193.33 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 184 | 0.99 | 0.57 | 0 | 0.28 | 214.1 | 0.99 | 0.36 |
| Hex | 1 | 50 | B8 | 63 | 39 | 0 | 1C | D6 | 63 | 24 |
| Octal | 1 | 120 | 270 | 143 | 71 | 0 | 34 | 326 | 143 | 44 |
| Binary | 1 | 1010000 | 10111000 | 1100011 | 111001 | 0 | 11100 | 11010110 | 1100011 | 100100 |
Color Harmonies of #0150B8
Complementary color
Monochromatic Colors of #0150B8
Black with #0150B8
Text Example
Text Example
White with #0150B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0150B8; }
p { color: rgb(1,80,184); }
H1.HeaderClassName
{
color: #0150B8;
}
.AnyTagClassName
{
color: #0150B8;
}
</style>
background-color css
<style>
a { background-color: #0150B8; }
a { background-color: rgb(1,80,184); }
div.DivClassName
{
background-color: #0150B8;
}
.BgClassName
{
background-color: #0150B8;
}
</style>
border-color css
<style>
span { border-color: #0150B8; }
span { border-color: rgb(1,80,184); }
td.TdClassName
{
border-color: #0150B8;
}
.TagClassName
{
border-color: #0150B8;
}
</style>