Shades of Cobalt #1044AE
Tints of Cobalt #1044AE
RGB
CMYK
RGB Variations
Color information
#1044AE (or 0x1044AE) is known color: Cobalt. HEX triplet: 10, 44 and AE. RGB value is (16,68,174). Sum of RGB (Red+Green+Blue) = 16+68+174=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #1044AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1044AE is #EFBB51. Grayscale: #404040. Windows color (decimal): -15711058 or 11420688. OLE color: 11420688.
HSL color Cylindrical-coordinate representation of color #1044AE: hue angle of 220.25º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1044AE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 68 | 174 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.32 |
| HSL | 220.25º | 0.83% | 0.37% | - |
| HSV(B) | 220.25º | 0.91% | 0.68% | - |
| XYZ | 9.92 | 7.3 | 40.93 | - |
| YUV | 64.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 174 | 0.91 | 0.61 | 0 | 0.32 | 220.25 | 0.83 | 0.37 |
| Hex | 10 | 44 | AE | 5B | 3D | 0 | 20 | DC | 53 | 25 |
| Octal | 20 | 104 | 256 | 133 | 75 | 0 | 40 | 334 | 123 | 45 |
| Binary | 10000 | 1000100 | 10101110 | 1011011 | 111101 | 0 | 100000 | 11011100 | 1010011 | 100101 |
Color Harmonies of #1044AE
Complementary color
Monochromatic Colors of #1044AE
Black with #1044AE
Text Example
Text Example
White with #1044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044AE; }
p { color: rgb(16,68,174); }
H1.HeaderClassName
{
color: #1044AE;
}
.AnyTagClassName
{
color: #1044AE;
}
</style>
background-color css
<style>
a { background-color: #1044AE; }
a { background-color: rgb(16,68,174); }
div.DivClassName
{
background-color: #1044AE;
}
.BgClassName
{
background-color: #1044AE;
}
</style>
border-color css
<style>
span { border-color: #1044AE; }
span { border-color: rgb(16,68,174); }
td.TdClassName
{
border-color: #1044AE;
}
.TagClassName
{
border-color: #1044AE;
}
</style>