Shades of Cobalt #10509F
Tints of Cobalt #10509F
RGB
CMYK
RGB Variations
Color information
#10509F (or 0x10509F) is known color: Cobalt. HEX triplet: 10, 50 and 9F. RGB value is (16,80,159). Sum of RGB (Red+Green+Blue) = 16+80+159=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #10509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10509F is #EFAF60. Grayscale: #454545. Windows color (decimal): -15708001 or 10440720. OLE color: 10440720.
HSL color Cylindrical-coordinate representation of color #10509F: hue angle of 213.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10509F is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 80 | 159 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.38 |
| HSL | 213.15º | 0.82% | 0.34% | - |
| HSV(B) | 213.15º | 0.9% | 0.62% | - |
| XYZ | 9.34 | 8.35 | 33.92 | - |
| YUV | 69.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 159 | 0.90 | 0.50 | 0 | 0.38 | 213.15 | 0.82 | 0.34 |
| Hex | 10 | 50 | 9F | 5A | 32 | 0 | 26 | D5 | 52 | 22 |
| Octal | 20 | 120 | 237 | 132 | 62 | 0 | 46 | 325 | 122 | 42 |
| Binary | 10000 | 1010000 | 10011111 | 1011010 | 110010 | 0 | 100110 | 11010101 | 1010010 | 100010 |
Color Harmonies of #10509F
Complementary color
Monochromatic Colors of #10509F
Black with #10509F
Text Example
Text Example
White with #10509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10509F; }
p { color: rgb(16,80,159); }
H1.HeaderClassName
{
color: #10509F;
}
.AnyTagClassName
{
color: #10509F;
}
</style>
background-color css
<style>
a { background-color: #10509F; }
a { background-color: rgb(16,80,159); }
div.DivClassName
{
background-color: #10509F;
}
.BgClassName
{
background-color: #10509F;
}
</style>
border-color css
<style>
span { border-color: #10509F; }
span { border-color: rgb(16,80,159); }
td.TdClassName
{
border-color: #10509F;
}
.TagClassName
{
border-color: #10509F;
}
</style>