Shades of Ultramarine #071893
Tints of Ultramarine #071893
RGB
CMYK
RGB Variations
Color information
#071893 (or 0x071893) is known color: Ultramarine. HEX triplet: 07, 18 and 93. RGB value is (7,24,147). Sum of RGB (Red+Green+Blue) = 7+24+147=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 147 (57.81% from 255 or 82.58% from 178); Max value from RGB is 147 - color contains mainly: blue. Hex color #071893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071893 is #F8E76C. Grayscale: #202020. Windows color (decimal): -16312173 or 9639943. OLE color: 9639943.
HSL color Cylindrical-coordinate representation of color #071893: hue angle of 232.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071893 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 24 | 147 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.42 |
| HSL | 232.71º | 0.91% | 0.3% | - |
| HSV(B) | 232.71º | 0.95% | 0.58% | - |
| XYZ | 5.68 | 2.81 | 27.85 | - |
| YUV | 32.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 147 | 0.95 | 0.84 | 0 | 0.42 | 232.71 | 0.91 | 0.3 |
| Hex | 7 | 18 | 93 | 5F | 54 | 0 | 2A | E9 | 5B | 1E |
| Octal | 7 | 30 | 223 | 137 | 124 | 0 | 52 | 351 | 133 | 36 |
| Binary | 111 | 11000 | 10010011 | 1011111 | 1010100 | 0 | 101010 | 11101001 | 1011011 | 11110 |
Color Harmonies of #071893
Complementary color
Monochromatic Colors of #071893
Black with #071893
Text Example
Text Example
White with #071893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071893; }
p { color: rgb(7,24,147); }
H1.HeaderClassName
{
color: #071893;
}
.AnyTagClassName
{
color: #071893;
}
</style>
background-color css
<style>
a { background-color: #071893; }
a { background-color: rgb(7,24,147); }
div.DivClassName
{
background-color: #071893;
}
.BgClassName
{
background-color: #071893;
}
</style>
border-color css
<style>
span { border-color: #071893; }
span { border-color: rgb(7,24,147); }
td.TdClassName
{
border-color: #071893;
}
.TagClassName
{
border-color: #071893;
}
</style>