Shades of Ultramarine #07138E
Tints of Ultramarine #07138E
RGB
CMYK
RGB Variations
Color information
#07138E (or 0x07138E) is known color: Ultramarine. HEX triplet: 07, 13 and 8E. RGB value is (7,19,142). Sum of RGB (Red+Green+Blue) = 7+19+142=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #07138E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07138E is #F8EC71. Grayscale: #1C1C1C. Windows color (decimal): -16313458 or 9310983. OLE color: 9310983.
HSL color Cylindrical-coordinate representation of color #07138E: hue angle of 234.67º 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 #07138E is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 19 | 142 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.44 |
| HSL | 234.67º | 0.91% | 0.29% | - |
| HSV(B) | 234.67º | 0.95% | 0.56% | - |
| XYZ | 5.2 | 2.46 | 25.79 | - |
| YUV | 29.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 142 | 0.95 | 0.87 | 0 | 0.44 | 234.67 | 0.91 | 0.29 |
| Hex | 7 | 13 | 8E | 5F | 57 | 0 | 2C | EB | 5B | 1D |
| Octal | 7 | 23 | 216 | 137 | 127 | 0 | 54 | 353 | 133 | 35 |
| Binary | 111 | 10011 | 10001110 | 1011111 | 1010111 | 0 | 101100 | 11101011 | 1011011 | 11101 |
Color Harmonies of #07138E
Complementary color
Monochromatic Colors of #07138E
Black with #07138E
Text Example
Text Example
White with #07138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07138E; }
p { color: rgb(7,19,142); }
H1.HeaderClassName
{
color: #07138E;
}
.AnyTagClassName
{
color: #07138E;
}
</style>
background-color css
<style>
a { background-color: #07138E; }
a { background-color: rgb(7,19,142); }
div.DivClassName
{
background-color: #07138E;
}
.BgClassName
{
background-color: #07138E;
}
</style>
border-color css
<style>
span { border-color: #07138E; }
span { border-color: rgb(7,19,142); }
td.TdClassName
{
border-color: #07138E;
}
.TagClassName
{
border-color: #07138E;
}
</style>