Shades of Ultramarine #10169D
Tints of Ultramarine #10169D
RGB
CMYK
RGB Variations
Color information
#10169D (or 0x10169D) is known color: Ultramarine. HEX triplet: 10, 16 and 9D. RGB value is (16,22,157). Sum of RGB (Red+Green+Blue) = 16+22+157=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #10169D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10169D is #EFE962. Grayscale: #232323. Windows color (decimal): -15722851 or 10294800. OLE color: 10294800.
HSL color Cylindrical-coordinate representation of color #10169D: hue angle of 237.45º 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 #10169D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 22 | 157 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.38 |
| HSL | 237.45º | 0.82% | 0.34% | - |
| HSV(B) | 237.45º | 0.9% | 0.62% | - |
| XYZ | 6.59 | 3.12 | 32.15 | - |
| YUV | 35.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 157 | 0.90 | 0.86 | 0 | 0.38 | 237.45 | 0.82 | 0.34 |
| Hex | 10 | 16 | 9D | 5A | 56 | 0 | 26 | ED | 52 | 22 |
| Octal | 20 | 26 | 235 | 132 | 126 | 0 | 46 | 355 | 122 | 42 |
| Binary | 10000 | 10110 | 10011101 | 1011010 | 1010110 | 0 | 100110 | 11101101 | 1010010 | 100010 |
Color Harmonies of #10169D
Complementary color
Monochromatic Colors of #10169D
Black with #10169D
Text Example
Text Example
White with #10169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10169D; }
p { color: rgb(16,22,157); }
H1.HeaderClassName
{
color: #10169D;
}
.AnyTagClassName
{
color: #10169D;
}
</style>
background-color css
<style>
a { background-color: #10169D; }
a { background-color: rgb(16,22,157); }
div.DivClassName
{
background-color: #10169D;
}
.BgClassName
{
background-color: #10169D;
}
</style>
border-color css
<style>
span { border-color: #10169D; }
span { border-color: rgb(16,22,157); }
td.TdClassName
{
border-color: #10169D;
}
.TagClassName
{
border-color: #10169D;
}
</style>