Shades of Cobalt #0045AA
Tints of Cobalt #0045AA
RGB
CMYK
RGB Variations
Color information
#0045AA (or 0x0045AA) is known color: Cobalt. HEX triplet: 00, 45 and AA. RGB value is (0,69,170). Sum of RGB (Red+Green+Blue) = 0+69+170=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #0045AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0045AA is #FFBA55. Grayscale: #3B3B3B. Windows color (decimal): -16759382 or 11158784. OLE color: 11158784.
HSL color Cylindrical-coordinate representation of color #0045AA: hue angle of 215.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045AA is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 69 | 170 | - |
| CMYK | 1 | 0.59 | 0 | 0.33 |
| HSL | 215.65º | 1% | 0.33% | - |
| HSV(B) | 215.65º | 1% | 0.67% | - |
| XYZ | 9.38 | 7.16 | 38.92 | - |
| YUV | 59.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 170 | 1 | 0.59 | 0 | 0.33 | 215.65 | 1 | 0.33 |
| Hex | 0 | 45 | AA | 64 | 3B | 0 | 21 | D8 | 64 | 21 |
| Octal | 0 | 105 | 252 | 144 | 73 | 0 | 41 | 330 | 144 | 41 |
| Binary | 0 | 1000101 | 10101010 | 1100100 | 111011 | 0 | 100001 | 11011000 | 1100100 | 100001 |
Color Harmonies of #0045AA
Complementary color
Monochromatic Colors of #0045AA
Black with #0045AA
Text Example
Text Example
White with #0045AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045AA; }
p { color: rgb(0,69,170); }
H1.HeaderClassName
{
color: #0045AA;
}
.AnyTagClassName
{
color: #0045AA;
}
</style>
background-color css
<style>
a { background-color: #0045AA; }
a { background-color: rgb(0,69,170); }
div.DivClassName
{
background-color: #0045AA;
}
.BgClassName
{
background-color: #0045AA;
}
</style>
border-color css
<style>
span { border-color: #0045AA; }
span { border-color: rgb(0,69,170); }
td.TdClassName
{
border-color: #0045AA;
}
.TagClassName
{
border-color: #0045AA;
}
</style>