Shades of Cobalt #10509B
Tints of Cobalt #10509B
RGB
CMYK
RGB Variations
Color information
#10509B (or 0x10509B) is known color: Cobalt. HEX triplet: 10, 50 and 9B. RGB value is (16,80,155). Sum of RGB (Red+Green+Blue) = 16+80+155=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #10509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509B is #EFAF64. Grayscale: #454545. Windows color (decimal): -15708005 or 10178576. OLE color: 10178576.
HSL color Cylindrical-coordinate representation of color #10509B: hue angle of 212.37º 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 #10509B is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 80 | 155 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.39 |
| HSL | 212.37º | 0.81% | 0.34% | - |
| HSV(B) | 212.37º | 0.9% | 0.61% | - |
| XYZ | 9 | 8.21 | 32.12 | - |
| YUV | 69.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 155 | 0.90 | 0.48 | 0 | 0.39 | 212.37 | 0.81 | 0.34 |
| Hex | 10 | 50 | 9B | 5A | 30 | 0 | 27 | D4 | 51 | 22 |
| Octal | 20 | 120 | 233 | 132 | 60 | 0 | 47 | 324 | 121 | 42 |
| Binary | 10000 | 1010000 | 10011011 | 1011010 | 110000 | 0 | 100111 | 11010100 | 1010001 | 100010 |
Color Harmonies of #10509B
Complementary color
Monochromatic Colors of #10509B
Black with #10509B
Text Example
Text Example
White with #10509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10509B; }
p { color: rgb(16,80,155); }
H1.HeaderClassName
{
color: #10509B;
}
.AnyTagClassName
{
color: #10509B;
}
</style>
background-color css
<style>
a { background-color: #10509B; }
a { background-color: rgb(16,80,155); }
div.DivClassName
{
background-color: #10509B;
}
.BgClassName
{
background-color: #10509B;
}
</style>
border-color css
<style>
span { border-color: #10509B; }
span { border-color: rgb(16,80,155); }
td.TdClassName
{
border-color: #10509B;
}
.TagClassName
{
border-color: #10509B;
}
</style>