Shades of Ultramarine #10159D
Tints of Ultramarine #10159D
RGB
CMYK
RGB Variations
Color information
#10159D (or 0x10159D) is known color: Ultramarine. HEX triplet: 10, 15 and 9D. RGB value is (16,21,157). Sum of RGB (Red+Green+Blue) = 16+21+157=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #10159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10159D is #EFEA62. Grayscale: #222222. Windows color (decimal): -15723107 or 10294544. OLE color: 10294544.
HSL color Cylindrical-coordinate representation of color #10159D: hue angle of 237.87º 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 #10159D is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 21 | 157 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.38 |
| HSL | 237.87º | 0.82% | 0.34% | - |
| HSV(B) | 237.87º | 0.9% | 0.62% | - |
| XYZ | 6.57 | 3.08 | 32.15 | - |
| YUV | 35.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 157 | 0.90 | 0.87 | 0 | 0.38 | 237.87 | 0.82 | 0.34 |
| Hex | 10 | 15 | 9D | 5A | 57 | 0 | 26 | EE | 52 | 22 |
| Octal | 20 | 25 | 235 | 132 | 127 | 0 | 46 | 356 | 122 | 42 |
| Binary | 10000 | 10101 | 10011101 | 1011010 | 1010111 | 0 | 100110 | 11101110 | 1010010 | 100010 |
Color Harmonies of #10159D
Complementary color
Monochromatic Colors of #10159D
Black with #10159D
Text Example
Text Example
White with #10159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10159D; }
p { color: rgb(16,21,157); }
H1.HeaderClassName
{
color: #10159D;
}
.AnyTagClassName
{
color: #10159D;
}
</style>
background-color css
<style>
a { background-color: #10159D; }
a { background-color: rgb(16,21,157); }
div.DivClassName
{
background-color: #10159D;
}
.BgClassName
{
background-color: #10159D;
}
</style>
border-color css
<style>
span { border-color: #10159D; }
span { border-color: rgb(16,21,157); }
td.TdClassName
{
border-color: #10159D;
}
.TagClassName
{
border-color: #10159D;
}
</style>