Shades of Cobalt #0044AE
Tints of Cobalt #0044AE
RGB
CMYK
RGB Variations
Color information
#0044AE (or 0x0044AE) is known color: Cobalt. HEX triplet: 00, 44 and AE. RGB value is (0,68,174). Sum of RGB (Red+Green+Blue) = 0+68+174=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #0044AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044AE is #FFBB51. Grayscale: #3B3B3B. Windows color (decimal): -16759634 or 11420672. OLE color: 11420672.
HSL color Cylindrical-coordinate representation of color #0044AE: hue angle of 216.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044AE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 68 | 174 | - |
| CMYK | 1 | 0.61 | 0 | 0.32 |
| HSL | 216.55º | 1% | 0.34% | - |
| HSV(B) | 216.55º | 1% | 0.68% | - |
| XYZ | 9.71 | 7.19 | 40.92 | - |
| YUV | 59.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 174 | 1 | 0.61 | 0 | 0.32 | 216.55 | 1 | 0.34 |
| Hex | 0 | 44 | AE | 64 | 3D | 0 | 20 | D9 | 64 | 22 |
| Octal | 0 | 104 | 256 | 144 | 75 | 0 | 40 | 331 | 144 | 42 |
| Binary | 0 | 1000100 | 10101110 | 1100100 | 111101 | 0 | 100000 | 11011001 | 1100100 | 100010 |
Color Harmonies of #0044AE
Complementary color
Monochromatic Colors of #0044AE
Black with #0044AE
Text Example
Text Example
White with #0044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044AE; }
p { color: rgb(0,68,174); }
H1.HeaderClassName
{
color: #0044AE;
}
.AnyTagClassName
{
color: #0044AE;
}
</style>
background-color css
<style>
a { background-color: #0044AE; }
a { background-color: rgb(0,68,174); }
div.DivClassName
{
background-color: #0044AE;
}
.BgClassName
{
background-color: #0044AE;
}
</style>
border-color css
<style>
span { border-color: #0044AE; }
span { border-color: rgb(0,68,174); }
td.TdClassName
{
border-color: #0044AE;
}
.TagClassName
{
border-color: #0044AE;
}
</style>