Shades of Ultramarine #10149F
Tints of Ultramarine #10149F
RGB
CMYK
RGB Variations
Color information
#10149F (or 0x10149F) is known color: Ultramarine. HEX triplet: 10, 14 and 9F. RGB value is (16,20,159). Sum of RGB (Red+Green+Blue) = 16+20+159=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #10149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149F is #EFEB60. Grayscale: #222222. Windows color (decimal): -15723361 or 10425360. OLE color: 10425360.
HSL color Cylindrical-coordinate representation of color #10149F: hue angle of 238.32º 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 #10149F is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 20 | 159 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.38 |
| HSL | 238.32º | 0.82% | 0.34% | - |
| HSV(B) | 238.32º | 0.9% | 0.62% | - |
| XYZ | 6.72 | 3.11 | 33.05 | - |
| YUV | 34.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 159 | 0.90 | 0.87 | 0 | 0.38 | 238.32 | 0.82 | 0.34 |
| Hex | 10 | 14 | 9F | 5A | 57 | 0 | 26 | EE | 52 | 22 |
| Octal | 20 | 24 | 237 | 132 | 127 | 0 | 46 | 356 | 122 | 42 |
| Binary | 10000 | 10100 | 10011111 | 1011010 | 1010111 | 0 | 100110 | 11101110 | 1010010 | 100010 |
Color Harmonies of #10149F
Complementary color
Monochromatic Colors of #10149F
Black with #10149F
Text Example
Text Example
White with #10149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10149F; }
p { color: rgb(16,20,159); }
H1.HeaderClassName
{
color: #10149F;
}
.AnyTagClassName
{
color: #10149F;
}
</style>
background-color css
<style>
a { background-color: #10149F; }
a { background-color: rgb(16,20,159); }
div.DivClassName
{
background-color: #10149F;
}
.BgClassName
{
background-color: #10149F;
}
</style>
border-color css
<style>
span { border-color: #10149F; }
span { border-color: rgb(16,20,159); }
td.TdClassName
{
border-color: #10149F;
}
.TagClassName
{
border-color: #10149F;
}
</style>