Shades of Cobalt #10469D
Tints of Cobalt #10469D
RGB
CMYK
RGB Variations
Color information
#10469D (or 0x10469D) is known color: Cobalt. HEX triplet: 10, 46 and 9D. RGB value is (16,70,157). Sum of RGB (Red+Green+Blue) = 16+70+157=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #10469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10469D is #EFB962. Grayscale: #3F3F3F. Windows color (decimal): -15710563 or 10307088. OLE color: 10307088.
HSL color Cylindrical-coordinate representation of color #10469D: hue angle of 217.02º 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 #10469D is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 70 | 157 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.38 |
| HSL | 217.02º | 0.82% | 0.34% | - |
| HSV(B) | 217.02º | 0.9% | 0.62% | - |
| XYZ | 8.49 | 6.92 | 32.79 | - |
| YUV | 63.77 | 180.61 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 157 | 0.90 | 0.55 | 0 | 0.38 | 217.02 | 0.82 | 0.34 |
| Hex | 10 | 46 | 9D | 5A | 37 | 0 | 26 | D9 | 52 | 22 |
| Octal | 20 | 106 | 235 | 132 | 67 | 0 | 46 | 331 | 122 | 42 |
| Binary | 10000 | 1000110 | 10011101 | 1011010 | 110111 | 0 | 100110 | 11011001 | 1010010 | 100010 |
Color Harmonies of #10469D
Complementary color
Monochromatic Colors of #10469D
Black with #10469D
Text Example
Text Example
White with #10469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10469D; }
p { color: rgb(16,70,157); }
H1.HeaderClassName
{
color: #10469D;
}
.AnyTagClassName
{
color: #10469D;
}
</style>
background-color css
<style>
a { background-color: #10469D; }
a { background-color: rgb(16,70,157); }
div.DivClassName
{
background-color: #10469D;
}
.BgClassName
{
background-color: #10469D;
}
</style>
border-color css
<style>
span { border-color: #10469D; }
span { border-color: rgb(16,70,157); }
td.TdClassName
{
border-color: #10469D;
}
.TagClassName
{
border-color: #10469D;
}
</style>