Shades of Ultramarine #071A92
Tints of Ultramarine #071A92
RGB
CMYK
RGB Variations
Color information
#071A92 (or 0x071A92) is known color: Ultramarine. HEX triplet: 07, 1A and 92. RGB value is (7,26,146). Sum of RGB (Red+Green+Blue) = 7+26+146=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #071A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071A92 is #F8E56D. Grayscale: #212121. Windows color (decimal): -16311662 or 9574919. OLE color: 9574919.
HSL color Cylindrical-coordinate representation of color #071A92: hue angle of 231.8º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071A92 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 26 | 146 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.43 |
| HSL | 231.8º | 0.91% | 0.3% | - |
| HSV(B) | 231.8º | 0.95% | 0.57% | - |
| XYZ | 5.65 | 2.86 | 27.45 | - |
| YUV | 34 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 146 | 0.95 | 0.82 | 0 | 0.43 | 231.8 | 0.91 | 0.3 |
| Hex | 7 | 1A | 92 | 5F | 52 | 0 | 2B | E8 | 5B | 1E |
| Octal | 7 | 32 | 222 | 137 | 122 | 0 | 53 | 350 | 133 | 36 |
| Binary | 111 | 11010 | 10010010 | 1011111 | 1010010 | 0 | 101011 | 11101000 | 1011011 | 11110 |
Color Harmonies of #071A92
Complementary color
Monochromatic Colors of #071A92
Black with #071A92
Text Example
Text Example
White with #071A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A92; }
p { color: rgb(7,26,146); }
H1.HeaderClassName
{
color: #071A92;
}
.AnyTagClassName
{
color: #071A92;
}
</style>
background-color css
<style>
a { background-color: #071A92; }
a { background-color: rgb(7,26,146); }
div.DivClassName
{
background-color: #071A92;
}
.BgClassName
{
background-color: #071A92;
}
</style>
border-color css
<style>
span { border-color: #071A92; }
span { border-color: rgb(7,26,146); }
td.TdClassName
{
border-color: #071A92;
}
.TagClassName
{
border-color: #071A92;
}
</style>