Shades of Ultramarine #071685
Tints of Ultramarine #071685
RGB
CMYK
RGB Variations
Color information
#071685 (or 0x071685) is known color: Ultramarine. HEX triplet: 07, 16 and 85. RGB value is (7,22,133). Sum of RGB (Red+Green+Blue) = 7+22+133=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #071685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071685 is #F8E97A. Grayscale: #1D1D1D. Windows color (decimal): -16312699 or 8721927. OLE color: 8721927.
HSL color Cylindrical-coordinate representation of color #071685: hue angle of 232.86º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071685 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 22 | 133 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.48 |
| HSL | 232.86º | 0.9% | 0.27% | - |
| HSV(B) | 232.86º | 0.95% | 0.52% | - |
| XYZ | 4.61 | 2.31 | 22.39 | - |
| YUV | 30.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 133 | 0.95 | 0.83 | 0 | 0.48 | 232.86 | 0.9 | 0.27 |
| Hex | 7 | 16 | 85 | 5F | 53 | 0 | 30 | E9 | 5A | 1B |
| Octal | 7 | 26 | 205 | 137 | 123 | 0 | 60 | 351 | 132 | 33 |
| Binary | 111 | 10110 | 10000101 | 1011111 | 1010011 | 0 | 110000 | 11101001 | 1011010 | 11011 |
Color Harmonies of #071685
Complementary color
Monochromatic Colors of #071685
Black with #071685
Text Example
Text Example
White with #071685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071685; }
p { color: rgb(7,22,133); }
H1.HeaderClassName
{
color: #071685;
}
.AnyTagClassName
{
color: #071685;
}
</style>
background-color css
<style>
a { background-color: #071685; }
a { background-color: rgb(7,22,133); }
div.DivClassName
{
background-color: #071685;
}
.BgClassName
{
background-color: #071685;
}
</style>
border-color css
<style>
span { border-color: #071685; }
span { border-color: rgb(7,22,133); }
td.TdClassName
{
border-color: #071685;
}
.TagClassName
{
border-color: #071685;
}
</style>