Shades of Ultramarine #071888
Tints of Ultramarine #071888
RGB
CMYK
RGB Variations
Color information
#071888 (or 0x071888) is known color: Ultramarine. HEX triplet: 07, 18 and 88. RGB value is (7,24,136). Sum of RGB (Red+Green+Blue) = 7+24+136=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #071888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071888 is #F8E777. Grayscale: #1F1F1F. Windows color (decimal): -16312184 or 8919047. OLE color: 8919047.
HSL color Cylindrical-coordinate representation of color #071888: hue angle of 232.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071888 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 24 | 136 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.47 |
| HSL | 232.09º | 0.9% | 0.28% | - |
| HSV(B) | 232.09º | 0.95% | 0.53% | - |
| XYZ | 4.86 | 2.48 | 23.51 | - |
| YUV | 31.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 136 | 0.95 | 0.82 | 0 | 0.47 | 232.09 | 0.9 | 0.28 |
| Hex | 7 | 18 | 88 | 5F | 52 | 0 | 2F | E8 | 5A | 1C |
| Octal | 7 | 30 | 210 | 137 | 122 | 0 | 57 | 350 | 132 | 34 |
| Binary | 111 | 11000 | 10001000 | 1011111 | 1010010 | 0 | 101111 | 11101000 | 1011010 | 11100 |
Color Harmonies of #071888
Complementary color
Monochromatic Colors of #071888
Black with #071888
Text Example
Text Example
White with #071888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071888; }
p { color: rgb(7,24,136); }
H1.HeaderClassName
{
color: #071888;
}
.AnyTagClassName
{
color: #071888;
}
</style>
background-color css
<style>
a { background-color: #071888; }
a { background-color: rgb(7,24,136); }
div.DivClassName
{
background-color: #071888;
}
.BgClassName
{
background-color: #071888;
}
</style>
border-color css
<style>
span { border-color: #071888; }
span { border-color: rgb(7,24,136); }
td.TdClassName
{
border-color: #071888;
}
.TagClassName
{
border-color: #071888;
}
</style>