Shades of Ultramarine #07159A
Tints of Ultramarine #07159A
RGB
CMYK
RGB Variations
Color information
#07159A (or 0x07159A) is known color: Ultramarine. HEX triplet: 07, 15 and 9A. RGB value is (7,21,154). Sum of RGB (Red+Green+Blue) = 7+21+154=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #07159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07159A is #F8EA65. Grayscale: #1F1F1F. Windows color (decimal): -16312934 or 10097927. OLE color: 10097927.
HSL color Cylindrical-coordinate representation of color #07159A: hue angle of 234.29º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07159A is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 21 | 154 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.40 |
| HSL | 234.29º | 0.91% | 0.32% | - |
| HSV(B) | 234.29º | 0.95% | 0.6% | - |
| XYZ | 6.19 | 2.91 | 30.81 | - |
| YUV | 31.98 | 196.86 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 154 | 0.95 | 0.86 | 0 | 0.40 | 234.29 | 0.91 | 0.32 |
| Hex | 7 | 15 | 9A | 5F | 56 | 0 | 28 | EA | 5B | 20 |
| Octal | 7 | 25 | 232 | 137 | 126 | 0 | 50 | 352 | 133 | 40 |
| Binary | 111 | 10101 | 10011010 | 1011111 | 1010110 | 0 | 101000 | 11101010 | 1011011 | 100000 |
Color Harmonies of #07159A
Complementary color
Monochromatic Colors of #07159A
Black with #07159A
Text Example
Text Example
White with #07159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07159A; }
p { color: rgb(7,21,154); }
H1.HeaderClassName
{
color: #07159A;
}
.AnyTagClassName
{
color: #07159A;
}
</style>
background-color css
<style>
a { background-color: #07159A; }
a { background-color: rgb(7,21,154); }
div.DivClassName
{
background-color: #07159A;
}
.BgClassName
{
background-color: #07159A;
}
</style>
border-color css
<style>
span { border-color: #07159A; }
span { border-color: rgb(7,21,154); }
td.TdClassName
{
border-color: #07159A;
}
.TagClassName
{
border-color: #07159A;
}
</style>