Shades of Ultramarine #07148D
Tints of Ultramarine #07148D
RGB
CMYK
RGB Variations
Color information
#07148D (or 0x07148D) is known color: Ultramarine. HEX triplet: 07, 14 and 8D. RGB value is (7,20,141). Sum of RGB (Red+Green+Blue) = 7+20+141=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #07148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07148D is #F8EB72. Grayscale: #1D1D1D. Windows color (decimal): -16313203 or 9245703. OLE color: 9245703.
HSL color Cylindrical-coordinate representation of color #07148D: hue angle of 234.18º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07148D is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 20 | 141 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.45 |
| HSL | 234.18º | 0.91% | 0.29% | - |
| HSV(B) | 234.18º | 0.95% | 0.55% | - |
| XYZ | 5.15 | 2.47 | 25.4 | - |
| YUV | 29.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 141 | 0.95 | 0.86 | 0 | 0.45 | 234.18 | 0.91 | 0.29 |
| Hex | 7 | 14 | 8D | 5F | 56 | 0 | 2D | EA | 5B | 1D |
| Octal | 7 | 24 | 215 | 137 | 126 | 0 | 55 | 352 | 133 | 35 |
| Binary | 111 | 10100 | 10001101 | 1011111 | 1010110 | 0 | 101101 | 11101010 | 1011011 | 11101 |
Color Harmonies of #07148D
Complementary color
Monochromatic Colors of #07148D
Black with #07148D
Text Example
Text Example
White with #07148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07148D; }
p { color: rgb(7,20,141); }
H1.HeaderClassName
{
color: #07148D;
}
.AnyTagClassName
{
color: #07148D;
}
</style>
background-color css
<style>
a { background-color: #07148D; }
a { background-color: rgb(7,20,141); }
div.DivClassName
{
background-color: #07148D;
}
.BgClassName
{
background-color: #07148D;
}
</style>
border-color css
<style>
span { border-color: #07148D; }
span { border-color: rgb(7,20,141); }
td.TdClassName
{
border-color: #07148D;
}
.TagClassName
{
border-color: #07148D;
}
</style>