Shades of Cobalt #0045AB
Tints of Cobalt #0045AB
RGB
CMYK
RGB Variations
Color information
#0045AB (or 0x0045AB) is known color: Cobalt. HEX triplet: 00, 45 and AB. RGB value is (0,69,171). Sum of RGB (Red+Green+Blue) = 0+69+171=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #0045AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0045AB is #FFBA54. Grayscale: #3B3B3B. Windows color (decimal): -16759381 or 11224320. OLE color: 11224320.
HSL color Cylindrical-coordinate representation of color #0045AB: hue angle of 215.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045AB is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 69 | 171 | - |
| CMYK | 1 | 0.60 | 0 | 0.33 |
| HSL | 215.79º | 1% | 0.34% | - |
| HSV(B) | 215.79º | 1% | 0.67% | - |
| XYZ | 9.48 | 7.2 | 39.42 | - |
| YUV | 60 | 190.64 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 171 | 1 | 0.60 | 0 | 0.33 | 215.79 | 1 | 0.34 |
| Hex | 0 | 45 | AB | 64 | 3C | 0 | 21 | D8 | 64 | 22 |
| Octal | 0 | 105 | 253 | 144 | 74 | 0 | 41 | 330 | 144 | 42 |
| Binary | 0 | 1000101 | 10101011 | 1100100 | 111100 | 0 | 100001 | 11011000 | 1100100 | 100010 |
Color Harmonies of #0045AB
Complementary color
Monochromatic Colors of #0045AB
Black with #0045AB
Text Example
Text Example
White with #0045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045AB; }
p { color: rgb(0,69,171); }
H1.HeaderClassName
{
color: #0045AB;
}
.AnyTagClassName
{
color: #0045AB;
}
</style>
background-color css
<style>
a { background-color: #0045AB; }
a { background-color: rgb(0,69,171); }
div.DivClassName
{
background-color: #0045AB;
}
.BgClassName
{
background-color: #0045AB;
}
</style>
border-color css
<style>
span { border-color: #0045AB; }
span { border-color: rgb(0,69,171); }
td.TdClassName
{
border-color: #0045AB;
}
.TagClassName
{
border-color: #0045AB;
}
</style>