Shades of Cobalt #0154AC
Tints of Cobalt #0154AC
RGB
CMYK
RGB Variations
Color information
#0154AC (or 0x0154AC) is known color: Cobalt. HEX triplet: 01, 54 and AC. RGB value is (1,84,172). Sum of RGB (Red+Green+Blue) = 1+84+172=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #0154AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0154AC is #FEAB53. Grayscale: #444444. Windows color (decimal): -16690004 or 11293697. OLE color: 11293697.
HSL color Cylindrical-coordinate representation of color #0154AC: hue angle of 210.88º 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 #0154AC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 84 | 172 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.33 |
| HSL | 210.88º | 0.99% | 0.34% | - |
| HSV(B) | 210.88º | 0.99% | 0.67% | - |
| XYZ | 10.63 | 9.33 | 40.27 | - |
| YUV | 69.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 172 | 0.99 | 0.51 | 0 | 0.33 | 210.88 | 0.99 | 0.34 |
| Hex | 1 | 54 | AC | 63 | 33 | 0 | 21 | D3 | 63 | 22 |
| Octal | 1 | 124 | 254 | 143 | 63 | 0 | 41 | 323 | 143 | 42 |
| Binary | 1 | 1010100 | 10101100 | 1100011 | 110011 | 0 | 100001 | 11010011 | 1100011 | 100010 |
Color Harmonies of #0154AC
Complementary color
Monochromatic Colors of #0154AC
Black with #0154AC
Text Example
Text Example
White with #0154AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0154AC; }
p { color: rgb(1,84,172); }
H1.HeaderClassName
{
color: #0154AC;
}
.AnyTagClassName
{
color: #0154AC;
}
</style>
background-color css
<style>
a { background-color: #0154AC; }
a { background-color: rgb(1,84,172); }
div.DivClassName
{
background-color: #0154AC;
}
.BgClassName
{
background-color: #0154AC;
}
</style>
border-color css
<style>
span { border-color: #0154AC; }
span { border-color: rgb(1,84,172); }
td.TdClassName
{
border-color: #0154AC;
}
.TagClassName
{
border-color: #0154AC;
}
</style>