Shades of Ultramarine #07148E
Tints of Ultramarine #07148E
RGB
CMYK
RGB Variations
Color information
#07148E (or 0x07148E) is known color: Ultramarine. HEX triplet: 07, 14 and 8E. RGB value is (7,20,142). Sum of RGB (Red+Green+Blue) = 7+20+142=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 142 (55.86% from 255 or 84.02% from 169); Max value from RGB is 142 - color contains mainly: blue. Hex color #07148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07148E is #F8EB71. Grayscale: #1D1D1D. Windows color (decimal): -16313202 or 9311239. OLE color: 9311239.
HSL color Cylindrical-coordinate representation of color #07148E: hue angle of 234.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07148E is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 20 | 142 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.44 |
| HSL | 234.22º | 0.91% | 0.29% | - |
| HSV(B) | 234.22º | 0.95% | 0.56% | - |
| XYZ | 5.22 | 2.5 | 25.8 | - |
| YUV | 30.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 142 | 0.95 | 0.86 | 0 | 0.44 | 234.22 | 0.91 | 0.29 |
| Hex | 7 | 14 | 8E | 5F | 56 | 0 | 2C | EA | 5B | 1D |
| Octal | 7 | 24 | 216 | 137 | 126 | 0 | 54 | 352 | 133 | 35 |
| Binary | 111 | 10100 | 10001110 | 1011111 | 1010110 | 0 | 101100 | 11101010 | 1011011 | 11101 |
Color Harmonies of #07148E
Complementary color
Monochromatic Colors of #07148E
Black with #07148E
Text Example
Text Example
White with #07148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07148E; }
p { color: rgb(7,20,142); }
H1.HeaderClassName
{
color: #07148E;
}
.AnyTagClassName
{
color: #07148E;
}
</style>
background-color css
<style>
a { background-color: #07148E; }
a { background-color: rgb(7,20,142); }
div.DivClassName
{
background-color: #07148E;
}
.BgClassName
{
background-color: #07148E;
}
</style>
border-color css
<style>
span { border-color: #07148E; }
span { border-color: rgb(7,20,142); }
td.TdClassName
{
border-color: #07148E;
}
.TagClassName
{
border-color: #07148E;
}
</style>