Shades of Cobalt #0146AA
Tints of Cobalt #0146AA
RGB
CMYK
RGB Variations
Color information
#0146AA (or 0x0146AA) is known color: Cobalt. HEX triplet: 01, 46 and AA. RGB value is (1,70,170). Sum of RGB (Red+Green+Blue) = 1+70+170=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0146AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0146AA is #FEB955. Grayscale: #3C3C3C. Windows color (decimal): -16693590 or 11159041. OLE color: 11159041.
HSL color Cylindrical-coordinate representation of color #0146AA: hue angle of 215.5º 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 #0146AA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 70 | 170 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.33 |
| HSL | 215.5º | 0.99% | 0.34% | - |
| HSV(B) | 215.5º | 0.99% | 0.67% | - |
| XYZ | 9.46 | 7.29 | 38.94 | - |
| YUV | 60.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 170 | 0.99 | 0.59 | 0 | 0.33 | 215.5 | 0.99 | 0.34 |
| Hex | 1 | 46 | AA | 63 | 3B | 0 | 21 | D8 | 63 | 22 |
| Octal | 1 | 106 | 252 | 143 | 73 | 0 | 41 | 330 | 143 | 42 |
| Binary | 1 | 1000110 | 10101010 | 1100011 | 111011 | 0 | 100001 | 11011000 | 1100011 | 100010 |
Color Harmonies of #0146AA
Complementary color
Monochromatic Colors of #0146AA
Black with #0146AA
Text Example
Text Example
White with #0146AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146AA; }
p { color: rgb(1,70,170); }
H1.HeaderClassName
{
color: #0146AA;
}
.AnyTagClassName
{
color: #0146AA;
}
</style>
background-color css
<style>
a { background-color: #0146AA; }
a { background-color: rgb(1,70,170); }
div.DivClassName
{
background-color: #0146AA;
}
.BgClassName
{
background-color: #0146AA;
}
</style>
border-color css
<style>
span { border-color: #0146AA; }
span { border-color: rgb(1,70,170); }
td.TdClassName
{
border-color: #0146AA;
}
.TagClassName
{
border-color: #0146AA;
}
</style>