Shades of Cobalt #0153AD
Tints of Cobalt #0153AD
RGB
CMYK
RGB Variations
Color information
#0153AD (or 0x0153AD) is known color: Cobalt. HEX triplet: 01, 53 and AD. RGB value is (1,83,173). Sum of RGB (Red+Green+Blue) = 1+83+173=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #0153AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0153AD is #FEAC52. Grayscale: #444444. Windows color (decimal): -16690259 or 11358977. OLE color: 11358977.
HSL color Cylindrical-coordinate representation of color #0153AD: hue angle of 211.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0153AD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 83 | 173 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.32 |
| HSL | 211.4º | 0.99% | 0.34% | - |
| HSV(B) | 211.4º | 0.99% | 0.68% | - |
| XYZ | 10.65 | 9.21 | 40.75 | - |
| YUV | 68.74 | 186.83 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 173 | 0.99 | 0.52 | 0 | 0.32 | 211.4 | 0.99 | 0.34 |
| Hex | 1 | 53 | AD | 63 | 34 | 0 | 20 | D3 | 63 | 22 |
| Octal | 1 | 123 | 255 | 143 | 64 | 0 | 40 | 323 | 143 | 42 |
| Binary | 1 | 1010011 | 10101101 | 1100011 | 110100 | 0 | 100000 | 11010011 | 1100011 | 100010 |
Color Harmonies of #0153AD
Complementary color
Monochromatic Colors of #0153AD
Black with #0153AD
Text Example
Text Example
White with #0153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153AD; }
p { color: rgb(1,83,173); }
H1.HeaderClassName
{
color: #0153AD;
}
.AnyTagClassName
{
color: #0153AD;
}
</style>
background-color css
<style>
a { background-color: #0153AD; }
a { background-color: rgb(1,83,173); }
div.DivClassName
{
background-color: #0153AD;
}
.BgClassName
{
background-color: #0153AD;
}
</style>
border-color css
<style>
span { border-color: #0153AD; }
span { border-color: rgb(1,83,173); }
td.TdClassName
{
border-color: #0153AD;
}
.TagClassName
{
border-color: #0153AD;
}
</style>