Shades of Ultramarine #071884
Tints of Ultramarine #071884
RGB
CMYK
RGB Variations
Color information
#071884 (or 0x071884) is known color: Ultramarine. HEX triplet: 07, 18 and 84. RGB value is (7,24,132). Sum of RGB (Red+Green+Blue) = 7+24+132=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #071884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071884 is #F8E77B. Grayscale: #1E1E1E. Windows color (decimal): -16312188 or 8656903. OLE color: 8656903.
HSL color Cylindrical-coordinate representation of color #071884: hue angle of 231.84º 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 #071884 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 24 | 132 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.48 |
| HSL | 231.84º | 0.9% | 0.27% | - |
| HSV(B) | 231.84º | 0.95% | 0.52% | - |
| XYZ | 4.58 | 2.36 | 22.04 | - |
| YUV | 31.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 132 | 0.95 | 0.82 | 0 | 0.48 | 231.84 | 0.9 | 0.27 |
| Hex | 7 | 18 | 84 | 5F | 52 | 0 | 30 | E8 | 5A | 1B |
| Octal | 7 | 30 | 204 | 137 | 122 | 0 | 60 | 350 | 132 | 33 |
| Binary | 111 | 11000 | 10000100 | 1011111 | 1010010 | 0 | 110000 | 11101000 | 1011010 | 11011 |
Color Harmonies of #071884
Complementary color
Monochromatic Colors of #071884
Black with #071884
Text Example
Text Example
White with #071884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071884; }
p { color: rgb(7,24,132); }
H1.HeaderClassName
{
color: #071884;
}
.AnyTagClassName
{
color: #071884;
}
</style>
background-color css
<style>
a { background-color: #071884; }
a { background-color: rgb(7,24,132); }
div.DivClassName
{
background-color: #071884;
}
.BgClassName
{
background-color: #071884;
}
</style>
border-color css
<style>
span { border-color: #071884; }
span { border-color: rgb(7,24,132); }
td.TdClassName
{
border-color: #071884;
}
.TagClassName
{
border-color: #071884;
}
</style>