Shades of Ultramarine #071493
Tints of Ultramarine #071493
RGB
CMYK
RGB Variations
Color information
#071493 (or 0x071493) is known color: Ultramarine. HEX triplet: 07, 14 and 93. RGB value is (7,20,147). Sum of RGB (Red+Green+Blue) = 7+20+147=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #071493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071493 is #F8EB6C. Grayscale: #1E1E1E. Windows color (decimal): -16313197 or 9638919. OLE color: 9638919.
HSL color Cylindrical-coordinate representation of color #071493: hue angle of 234.43º 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 #071493 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 20 | 147 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.42 |
| HSL | 234.43º | 0.91% | 0.3% | - |
| HSV(B) | 234.43º | 0.95% | 0.58% | - |
| XYZ | 5.6 | 2.65 | 27.82 | - |
| YUV | 30.59 | 193.69 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 147 | 0.95 | 0.86 | 0 | 0.42 | 234.43 | 0.91 | 0.3 |
| Hex | 7 | 14 | 93 | 5F | 56 | 0 | 2A | EA | 5B | 1E |
| Octal | 7 | 24 | 223 | 137 | 126 | 0 | 52 | 352 | 133 | 36 |
| Binary | 111 | 10100 | 10010011 | 1011111 | 1010110 | 0 | 101010 | 11101010 | 1011011 | 11110 |
Color Harmonies of #071493
Complementary color
Monochromatic Colors of #071493
Black with #071493
Text Example
Text Example
White with #071493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071493; }
p { color: rgb(7,20,147); }
H1.HeaderClassName
{
color: #071493;
}
.AnyTagClassName
{
color: #071493;
}
</style>
background-color css
<style>
a { background-color: #071493; }
a { background-color: rgb(7,20,147); }
div.DivClassName
{
background-color: #071493;
}
.BgClassName
{
background-color: #071493;
}
</style>
border-color css
<style>
span { border-color: #071493; }
span { border-color: rgb(7,20,147); }
td.TdClassName
{
border-color: #071493;
}
.TagClassName
{
border-color: #071493;
}
</style>