Shades of Cobalt #1145AE
Tints of Cobalt #1145AE
RGB
CMYK
RGB Variations
Color information
#1145AE (or 0x1145AE) is known color: Cobalt. HEX triplet: 11, 45 and AE. RGB value is (17,69,174). Sum of RGB (Red+Green+Blue) = 17+69+174=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #1145AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1145AE is #EEBA51. Grayscale: #404040. Windows color (decimal): -15645266 or 11420945. OLE color: 11420945.
HSL color Cylindrical-coordinate representation of color #1145AE: hue angle of 220.13º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1145AE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 69 | 174 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.32 |
| HSL | 220.13º | 0.82% | 0.37% | - |
| HSV(B) | 220.13º | 0.9% | 0.68% | - |
| XYZ | 10 | 7.43 | 40.95 | - |
| YUV | 65.42 | 189.27 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 174 | 0.90 | 0.60 | 0 | 0.32 | 220.13 | 0.82 | 0.37 |
| Hex | 11 | 45 | AE | 5A | 3C | 0 | 20 | DC | 52 | 25 |
| Octal | 21 | 105 | 256 | 132 | 74 | 0 | 40 | 334 | 122 | 45 |
| Binary | 10001 | 1000101 | 10101110 | 1011010 | 111100 | 0 | 100000 | 11011100 | 1010010 | 100101 |
Color Harmonies of #1145AE
Complementary color
Monochromatic Colors of #1145AE
Black with #1145AE
Text Example
Text Example
White with #1145AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145AE; }
p { color: rgb(17,69,174); }
H1.HeaderClassName
{
color: #1145AE;
}
.AnyTagClassName
{
color: #1145AE;
}
</style>
background-color css
<style>
a { background-color: #1145AE; }
a { background-color: rgb(17,69,174); }
div.DivClassName
{
background-color: #1145AE;
}
.BgClassName
{
background-color: #1145AE;
}
</style>
border-color css
<style>
span { border-color: #1145AE; }
span { border-color: rgb(17,69,174); }
td.TdClassName
{
border-color: #1145AE;
}
.TagClassName
{
border-color: #1145AE;
}
</style>