Shades of Cobalt #01459A
Tints of Cobalt #01459A
RGB
CMYK
RGB Variations
Color information
#01459A (or 0x01459A) is known color: Cobalt. HEX triplet: 01, 45 and 9A. RGB value is (1,69,154). Sum of RGB (Red+Green+Blue) = 1+69+154=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #01459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01459A is #FEBA65. Grayscale: #393939. Windows color (decimal): -16693862 or 10110209. OLE color: 10110209.
HSL color Cylindrical-coordinate representation of color #01459A: hue angle of 213.33º 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 #01459A is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 69 | 154 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.40 |
| HSL | 213.33º | 0.99% | 0.3% | - |
| HSV(B) | 213.33º | 0.99% | 0.6% | - |
| XYZ | 7.97 | 6.6 | 31.42 | - |
| YUV | 58.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 154 | 0.99 | 0.55 | 0 | 0.40 | 213.33 | 0.99 | 0.3 |
| Hex | 1 | 45 | 9A | 63 | 37 | 0 | 28 | D5 | 63 | 1E |
| Octal | 1 | 105 | 232 | 143 | 67 | 0 | 50 | 325 | 143 | 36 |
| Binary | 1 | 1000101 | 10011010 | 1100011 | 110111 | 0 | 101000 | 11010101 | 1100011 | 11110 |
Color Harmonies of #01459A
Complementary color
Monochromatic Colors of #01459A
Black with #01459A
Text Example
Text Example
White with #01459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01459A; }
p { color: rgb(1,69,154); }
H1.HeaderClassName
{
color: #01459A;
}
.AnyTagClassName
{
color: #01459A;
}
</style>
background-color css
<style>
a { background-color: #01459A; }
a { background-color: rgb(1,69,154); }
div.DivClassName
{
background-color: #01459A;
}
.BgClassName
{
background-color: #01459A;
}
</style>
border-color css
<style>
span { border-color: #01459A; }
span { border-color: rgb(1,69,154); }
td.TdClassName
{
border-color: #01459A;
}
.TagClassName
{
border-color: #01459A;
}
</style>