Shades of Ultramarine #16149F
Tints of Ultramarine #16149F
RGB
CMYK
RGB Variations
Color information
#16149F (or 0x16149F) is known color: Ultramarine. HEX triplet: 16, 14 and 9F. RGB value is (22,20,159). Sum of RGB (Red+Green+Blue) = 22+20+159=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #16149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16149F is #E9EB60. Grayscale: #232323. Windows color (decimal): -15330145 or 10425366. OLE color: 10425366.
HSL color Cylindrical-coordinate representation of color #16149F: hue angle of 240.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16149F is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 20 | 159 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.38 |
| HSL | 240.86º | 0.78% | 0.35% | - |
| HSV(B) | 240.86º | 0.87% | 0.62% | - |
| XYZ | 6.84 | 3.17 | 33.05 | - |
| YUV | 36.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 159 | 0.86 | 0.87 | 0 | 0.38 | 240.86 | 0.78 | 0.35 |
| Hex | 16 | 14 | 9F | 56 | 57 | 0 | 26 | F1 | 4E | 23 |
| Octal | 26 | 24 | 237 | 126 | 127 | 0 | 46 | 361 | 116 | 43 |
| Binary | 10110 | 10100 | 10011111 | 1010110 | 1010111 | 0 | 100110 | 11110001 | 1001110 | 100011 |
Color Harmonies of #16149F
Complementary color
Monochromatic Colors of #16149F
Black with #16149F
Text Example
Text Example
White with #16149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16149F; }
p { color: rgb(22,20,159); }
H1.HeaderClassName
{
color: #16149F;
}
.AnyTagClassName
{
color: #16149F;
}
</style>
background-color css
<style>
a { background-color: #16149F; }
a { background-color: rgb(22,20,159); }
div.DivClassName
{
background-color: #16149F;
}
.BgClassName
{
background-color: #16149F;
}
</style>
border-color css
<style>
span { border-color: #16149F; }
span { border-color: rgb(22,20,159); }
td.TdClassName
{
border-color: #16149F;
}
.TagClassName
{
border-color: #16149F;
}
</style>