Shades of Ultramarine #07128B
Tints of Ultramarine #07128B
RGB
CMYK
RGB Variations
Color information
#07128B (or 0x07128B) is known color: Ultramarine. HEX triplet: 07, 12 and 8B. RGB value is (7,18,139). Sum of RGB (Red+Green+Blue) = 7+18+139=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #07128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128B is #F8ED74. Grayscale: #1C1C1C. Windows color (decimal): -16313717 or 9114119. OLE color: 9114119.
HSL color Cylindrical-coordinate representation of color #07128B: hue angle of 235º degrees, saturation: 0.9, 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 #07128B is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 18 | 139 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.45 |
| HSL | 235º | 0.9% | 0.29% | - |
| HSV(B) | 235º | 0.95% | 0.55% | - |
| XYZ | 4.96 | 2.34 | 24.62 | - |
| YUV | 28.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 139 | 0.95 | 0.87 | 0 | 0.45 | 235 | 0.9 | 0.29 |
| Hex | 7 | 12 | 8B | 5F | 57 | 0 | 2D | EB | 5A | 1D |
| Octal | 7 | 22 | 213 | 137 | 127 | 0 | 55 | 353 | 132 | 35 |
| Binary | 111 | 10010 | 10001011 | 1011111 | 1010111 | 0 | 101101 | 11101011 | 1011010 | 11101 |
Color Harmonies of #07128B
Complementary color
Monochromatic Colors of #07128B
Black with #07128B
Text Example
Text Example
White with #07128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07128B; }
p { color: rgb(7,18,139); }
H1.HeaderClassName
{
color: #07128B;
}
.AnyTagClassName
{
color: #07128B;
}
</style>
background-color css
<style>
a { background-color: #07128B; }
a { background-color: rgb(7,18,139); }
div.DivClassName
{
background-color: #07128B;
}
.BgClassName
{
background-color: #07128B;
}
</style>
border-color css
<style>
span { border-color: #07128B; }
span { border-color: rgb(7,18,139); }
td.TdClassName
{
border-color: #07128B;
}
.TagClassName
{
border-color: #07128B;
}
</style>