Shades of Cobalt #1045A4
Tints of Cobalt #1045A4
RGB
CMYK
RGB Variations
Color information
#1045A4 (or 0x1045A4) is known color: Cobalt. HEX triplet: 10, 45 and A4. RGB value is (16,69,164). Sum of RGB (Red+Green+Blue) = 16+69+164=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #1045A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1045A4 is #EFBA5B. Grayscale: #3F3F3F. Windows color (decimal): -15710812 or 10765584. OLE color: 10765584.
HSL color Cylindrical-coordinate representation of color #1045A4: hue angle of 218.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1045A4 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 69 | 164 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.36 |
| HSL | 218.51º | 0.82% | 0.35% | - |
| HSV(B) | 218.51º | 0.9% | 0.64% | - |
| XYZ | 9.04 | 7.05 | 36.01 | - |
| YUV | 63.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 164 | 0.90 | 0.58 | 0 | 0.36 | 218.51 | 0.82 | 0.35 |
| Hex | 10 | 45 | A4 | 5A | 3A | 0 | 24 | DB | 52 | 23 |
| Octal | 20 | 105 | 244 | 132 | 72 | 0 | 44 | 333 | 122 | 43 |
| Binary | 10000 | 1000101 | 10100100 | 1011010 | 111010 | 0 | 100100 | 11011011 | 1010010 | 100011 |
Color Harmonies of #1045A4
Complementary color
Monochromatic Colors of #1045A4
Black with #1045A4
Text Example
Text Example
White with #1045A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045A4; }
p { color: rgb(16,69,164); }
H1.HeaderClassName
{
color: #1045A4;
}
.AnyTagClassName
{
color: #1045A4;
}
</style>
background-color css
<style>
a { background-color: #1045A4; }
a { background-color: rgb(16,69,164); }
div.DivClassName
{
background-color: #1045A4;
}
.BgClassName
{
background-color: #1045A4;
}
</style>
border-color css
<style>
span { border-color: #1045A4; }
span { border-color: rgb(16,69,164); }
td.TdClassName
{
border-color: #1045A4;
}
.TagClassName
{
border-color: #1045A4;
}
</style>