Shades of Cobalt #10459C
Tints of Cobalt #10459C
RGB
CMYK
RGB Variations
Color information
#10459C (or 0x10459C) is known color: Cobalt. HEX triplet: 10, 45 and 9C. RGB value is (16,69,156). Sum of RGB (Red+Green+Blue) = 16+69+156=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #10459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10459C is #EFBA63. Grayscale: #3E3E3E. Windows color (decimal): -15710820 or 10241296. OLE color: 10241296.
HSL color Cylindrical-coordinate representation of color #10459C: hue angle of 217.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10459C is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 69 | 156 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.39 |
| HSL | 217.29º | 0.81% | 0.34% | - |
| HSV(B) | 217.29º | 0.9% | 0.61% | - |
| XYZ | 8.34 | 6.77 | 32.32 | - |
| YUV | 63.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 156 | 0.90 | 0.56 | 0 | 0.39 | 217.29 | 0.81 | 0.34 |
| Hex | 10 | 45 | 9C | 5A | 38 | 0 | 27 | D9 | 51 | 22 |
| Octal | 20 | 105 | 234 | 132 | 70 | 0 | 47 | 331 | 121 | 42 |
| Binary | 10000 | 1000101 | 10011100 | 1011010 | 111000 | 0 | 100111 | 11011001 | 1010001 | 100010 |
Color Harmonies of #10459C
Complementary color
Monochromatic Colors of #10459C
Black with #10459C
Text Example
Text Example
White with #10459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10459C; }
p { color: rgb(16,69,156); }
H1.HeaderClassName
{
color: #10459C;
}
.AnyTagClassName
{
color: #10459C;
}
</style>
background-color css
<style>
a { background-color: #10459C; }
a { background-color: rgb(16,69,156); }
div.DivClassName
{
background-color: #10459C;
}
.BgClassName
{
background-color: #10459C;
}
</style>
border-color css
<style>
span { border-color: #10459C; }
span { border-color: rgb(16,69,156); }
td.TdClassName
{
border-color: #10459C;
}
.TagClassName
{
border-color: #10459C;
}
</style>