Shades of Cobalt #0A459A
Tints of Cobalt #0A459A
RGB
CMYK
RGB Variations
Color information
#0A459A (or 0x0A459A) is known color: Cobalt. HEX triplet: 0A, 45 and 9A. RGB value is (10,69,154). Sum of RGB (Red+Green+Blue) = 10+69+154=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A459A is #F5BA65. Grayscale: #3C3C3C. Windows color (decimal): -16104038 or 10110218. OLE color: 10110218.
HSL color Cylindrical-coordinate representation of color #0A459A: hue angle of 215.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A459A is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 69 | 154 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.40 |
| HSL | 215.42º | 0.88% | 0.32% | - |
| HSV(B) | 215.42º | 0.94% | 0.6% | - |
| XYZ | 8.09 | 6.65 | 31.43 | - |
| YUV | 61.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 154 | 0.94 | 0.55 | 0 | 0.40 | 215.42 | 0.88 | 0.32 |
| Hex | A | 45 | 9A | 5E | 37 | 0 | 28 | D7 | 58 | 20 |
| Octal | 12 | 105 | 232 | 136 | 67 | 0 | 50 | 327 | 130 | 40 |
| Binary | 1010 | 1000101 | 10011010 | 1011110 | 110111 | 0 | 101000 | 11010111 | 1011000 | 100000 |
Color Harmonies of #0A459A
Complementary color
Monochromatic Colors of #0A459A
Black with #0A459A
Text Example
Text Example
White with #0A459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A459A; }
p { color: rgb(10,69,154); }
H1.HeaderClassName
{
color: #0A459A;
}
.AnyTagClassName
{
color: #0A459A;
}
</style>
background-color css
<style>
a { background-color: #0A459A; }
a { background-color: rgb(10,69,154); }
div.DivClassName
{
background-color: #0A459A;
}
.BgClassName
{
background-color: #0A459A;
}
</style>
border-color css
<style>
span { border-color: #0A459A; }
span { border-color: rgb(10,69,154); }
td.TdClassName
{
border-color: #0A459A;
}
.TagClassName
{
border-color: #0A459A;
}
</style>