Shades of Cobalt #01469A
Tints of Cobalt #01469A
RGB
CMYK
RGB Variations
Color information
#01469A (or 0x01469A) is known color: Cobalt. HEX triplet: 01, 46 and 9A. RGB value is (1,70,154). Sum of RGB (Red+Green+Blue) = 1+70+154=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #01469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01469A is #FEB965. Grayscale: #3A3A3A. Windows color (decimal): -16693606 or 10110465. OLE color: 10110465.
HSL color Cylindrical-coordinate representation of color #01469A: hue angle of 212.94º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01469A is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 70 | 154 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.40 |
| HSL | 212.94º | 0.99% | 0.3% | - |
| HSV(B) | 212.94º | 0.99% | 0.6% | - |
| XYZ | 8.04 | 6.72 | 31.45 | - |
| YUV | 58.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 154 | 0.99 | 0.55 | 0 | 0.40 | 212.94 | 0.99 | 0.3 |
| Hex | 1 | 46 | 9A | 63 | 37 | 0 | 28 | D5 | 63 | 1E |
| Octal | 1 | 106 | 232 | 143 | 67 | 0 | 50 | 325 | 143 | 36 |
| Binary | 1 | 1000110 | 10011010 | 1100011 | 110111 | 0 | 101000 | 11010101 | 1100011 | 11110 |
Color Harmonies of #01469A
Complementary color
Monochromatic Colors of #01469A
Black with #01469A
Text Example
Text Example
White with #01469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01469A; }
p { color: rgb(1,70,154); }
H1.HeaderClassName
{
color: #01469A;
}
.AnyTagClassName
{
color: #01469A;
}
</style>
background-color css
<style>
a { background-color: #01469A; }
a { background-color: rgb(1,70,154); }
div.DivClassName
{
background-color: #01469A;
}
.BgClassName
{
background-color: #01469A;
}
</style>
border-color css
<style>
span { border-color: #01469A; }
span { border-color: rgb(1,70,154); }
td.TdClassName
{
border-color: #01469A;
}
.TagClassName
{
border-color: #01469A;
}
</style>