Shades of Ultramarine #07128D
Tints of Ultramarine #07128D
RGB
CMYK
RGB Variations
Color information
#07128D (or 0x07128D) is known color: Ultramarine. HEX triplet: 07, 12 and 8D. RGB value is (7,18,141). Sum of RGB (Red+Green+Blue) = 7+18+141=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #07128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128D is #F8ED72. Grayscale: #1C1C1C. Windows color (decimal): -16313715 or 9245191. OLE color: 9245191.
HSL color Cylindrical-coordinate representation of color #07128D: hue angle of 235.07º 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 #07128D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 18 | 141 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.45 |
| HSL | 235.07º | 0.91% | 0.29% | - |
| HSV(B) | 235.07º | 0.95% | 0.55% | - |
| XYZ | 5.11 | 2.4 | 25.39 | - |
| YUV | 28.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 141 | 0.95 | 0.87 | 0 | 0.45 | 235.07 | 0.91 | 0.29 |
| Hex | 7 | 12 | 8D | 5F | 57 | 0 | 2D | EB | 5B | 1D |
| Octal | 7 | 22 | 215 | 137 | 127 | 0 | 55 | 353 | 133 | 35 |
| Binary | 111 | 10010 | 10001101 | 1011111 | 1010111 | 0 | 101101 | 11101011 | 1011011 | 11101 |
Color Harmonies of #07128D
Complementary color
Monochromatic Colors of #07128D
Black with #07128D
Text Example
Text Example
White with #07128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07128D; }
p { color: rgb(7,18,141); }
H1.HeaderClassName
{
color: #07128D;
}
.AnyTagClassName
{
color: #07128D;
}
</style>
background-color css
<style>
a { background-color: #07128D; }
a { background-color: rgb(7,18,141); }
div.DivClassName
{
background-color: #07128D;
}
.BgClassName
{
background-color: #07128D;
}
</style>
border-color css
<style>
span { border-color: #07128D; }
span { border-color: rgb(7,18,141); }
td.TdClassName
{
border-color: #07128D;
}
.TagClassName
{
border-color: #07128D;
}
</style>