Shades of Ultramarine #10149E
Tints of Ultramarine #10149E
RGB
CMYK
RGB Variations
Color information
#10149E (or 0x10149E) is known color: Ultramarine. HEX triplet: 10, 14 and 9E. RGB value is (16,20,158). Sum of RGB (Red+Green+Blue) = 16+20+158=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #10149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149E is #EFEB61. Grayscale: #212121. Windows color (decimal): -15723362 or 10359824. OLE color: 10359824.
HSL color Cylindrical-coordinate representation of color #10149E: hue angle of 238.31º 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 #10149E is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 20 | 158 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.38 |
| HSL | 238.31º | 0.82% | 0.34% | - |
| HSV(B) | 238.31º | 0.9% | 0.62% | - |
| XYZ | 6.64 | 3.08 | 32.59 | - |
| YUV | 34.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 158 | 0.90 | 0.87 | 0 | 0.38 | 238.31 | 0.82 | 0.34 |
| Hex | 10 | 14 | 9E | 5A | 57 | 0 | 26 | EE | 52 | 22 |
| Octal | 20 | 24 | 236 | 132 | 127 | 0 | 46 | 356 | 122 | 42 |
| Binary | 10000 | 10100 | 10011110 | 1011010 | 1010111 | 0 | 100110 | 11101110 | 1010010 | 100010 |
Color Harmonies of #10149E
Complementary color
Monochromatic Colors of #10149E
Black with #10149E
Text Example
Text Example
White with #10149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10149E; }
p { color: rgb(16,20,158); }
H1.HeaderClassName
{
color: #10149E;
}
.AnyTagClassName
{
color: #10149E;
}
</style>
background-color css
<style>
a { background-color: #10149E; }
a { background-color: rgb(16,20,158); }
div.DivClassName
{
background-color: #10149E;
}
.BgClassName
{
background-color: #10149E;
}
</style>
border-color css
<style>
span { border-color: #10149E; }
span { border-color: rgb(16,20,158); }
td.TdClassName
{
border-color: #10149E;
}
.TagClassName
{
border-color: #10149E;
}
</style>