Shades of Cobalt #10459B
Tints of Cobalt #10459B
RGB
CMYK
RGB Variations
Color information
#10459B (or 0x10459B) is known color: Cobalt. HEX triplet: 10, 45 and 9B. RGB value is (16,69,155). Sum of RGB (Red+Green+Blue) = 16+69+155=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #10459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10459B is #EFBA64. Grayscale: #3E3E3E. Windows color (decimal): -15710821 or 10175760. OLE color: 10175760.
HSL color Cylindrical-coordinate representation of color #10459B: hue angle of 217.12º 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 #10459B is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 69 | 155 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.39 |
| HSL | 217.12º | 0.81% | 0.34% | - |
| HSV(B) | 217.12º | 0.9% | 0.61% | - |
| XYZ | 8.26 | 6.73 | 31.87 | - |
| YUV | 62.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 155 | 0.90 | 0.55 | 0 | 0.39 | 217.12 | 0.81 | 0.34 |
| Hex | 10 | 45 | 9B | 5A | 37 | 0 | 27 | D9 | 51 | 22 |
| Octal | 20 | 105 | 233 | 132 | 67 | 0 | 47 | 331 | 121 | 42 |
| Binary | 10000 | 1000101 | 10011011 | 1011010 | 110111 | 0 | 100111 | 11011001 | 1010001 | 100010 |
Color Harmonies of #10459B
Complementary color
Monochromatic Colors of #10459B
Black with #10459B
Text Example
Text Example
White with #10459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10459B; }
p { color: rgb(16,69,155); }
H1.HeaderClassName
{
color: #10459B;
}
.AnyTagClassName
{
color: #10459B;
}
</style>
background-color css
<style>
a { background-color: #10459B; }
a { background-color: rgb(16,69,155); }
div.DivClassName
{
background-color: #10459B;
}
.BgClassName
{
background-color: #10459B;
}
</style>
border-color css
<style>
span { border-color: #10459B; }
span { border-color: rgb(16,69,155); }
td.TdClassName
{
border-color: #10459B;
}
.TagClassName
{
border-color: #10459B;
}
</style>