Shades of Cobalt #0045A9
Tints of Cobalt #0045A9
RGB
CMYK
RGB Variations
Color information
#0045A9 (or 0x0045A9) is known color: Cobalt. HEX triplet: 00, 45 and A9. RGB value is (0,69,169). Sum of RGB (Red+Green+Blue) = 0+69+169=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 169 (66.41% from 255 or 71.01% from 238); Max value from RGB is 169 - color contains mainly: blue. Hex color #0045A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0045A9 is #FFBA56. Grayscale: #3B3B3B. Windows color (decimal): -16759383 or 11093248. OLE color: 11093248.
HSL color Cylindrical-coordinate representation of color #0045A9: hue angle of 215.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045A9 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 69 | 169 | - |
| CMYK | 1 | 0.59 | 0 | 0.34 |
| HSL | 215.5º | 1% | 0.33% | - |
| HSV(B) | 215.5º | 1% | 0.66% | - |
| XYZ | 9.29 | 7.12 | 38.42 | - |
| YUV | 59.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 169 | 1 | 0.59 | 0 | 0.34 | 215.5 | 1 | 0.33 |
| Hex | 0 | 45 | A9 | 64 | 3B | 0 | 22 | D8 | 64 | 21 |
| Octal | 0 | 105 | 251 | 144 | 73 | 0 | 42 | 330 | 144 | 41 |
| Binary | 0 | 1000101 | 10101001 | 1100100 | 111011 | 0 | 100010 | 11011000 | 1100100 | 100001 |
Color Harmonies of #0045A9
Complementary color
Monochromatic Colors of #0045A9
Black with #0045A9
Text Example
Text Example
White with #0045A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045A9; }
p { color: rgb(0,69,169); }
H1.HeaderClassName
{
color: #0045A9;
}
.AnyTagClassName
{
color: #0045A9;
}
</style>
background-color css
<style>
a { background-color: #0045A9; }
a { background-color: rgb(0,69,169); }
div.DivClassName
{
background-color: #0045A9;
}
.BgClassName
{
background-color: #0045A9;
}
</style>
border-color css
<style>
span { border-color: #0045A9; }
span { border-color: rgb(0,69,169); }
td.TdClassName
{
border-color: #0045A9;
}
.TagClassName
{
border-color: #0045A9;
}
</style>