Shades of Ultramarine #071194
Tints of Ultramarine #071194
RGB
CMYK
RGB Variations
Color information
#071194 (or 0x071194) is known color: Ultramarine. HEX triplet: 07, 11 and 94. RGB value is (7,17,148). Sum of RGB (Red+Green+Blue) = 7+17+148=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #071194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071194 is #F8EE6B. Grayscale: #1C1C1C. Windows color (decimal): -16313964 or 9703687. OLE color: 9703687.
HSL color Cylindrical-coordinate representation of color #071194: hue angle of 235.74º 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 #071194 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 17 | 148 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.42 |
| HSL | 235.74º | 0.91% | 0.3% | - |
| HSV(B) | 235.74º | 0.95% | 0.58% | - |
| XYZ | 5.63 | 2.58 | 28.22 | - |
| YUV | 28.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 148 | 0.95 | 0.89 | 0 | 0.42 | 235.74 | 0.91 | 0.3 |
| Hex | 7 | 11 | 94 | 5F | 59 | 0 | 2A | EC | 5B | 1E |
| Octal | 7 | 21 | 224 | 137 | 131 | 0 | 52 | 354 | 133 | 36 |
| Binary | 111 | 10001 | 10010100 | 1011111 | 1011001 | 0 | 101010 | 11101100 | 1011011 | 11110 |
Color Harmonies of #071194
Complementary color
Monochromatic Colors of #071194
Black with #071194
Text Example
Text Example
White with #071194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071194; }
p { color: rgb(7,17,148); }
H1.HeaderClassName
{
color: #071194;
}
.AnyTagClassName
{
color: #071194;
}
</style>
background-color css
<style>
a { background-color: #071194; }
a { background-color: rgb(7,17,148); }
div.DivClassName
{
background-color: #071194;
}
.BgClassName
{
background-color: #071194;
}
</style>
border-color css
<style>
span { border-color: #071194; }
span { border-color: rgb(7,17,148); }
td.TdClassName
{
border-color: #071194;
}
.TagClassName
{
border-color: #071194;
}
</style>