Shades of Ultramarine #071785
Tints of Ultramarine #071785
RGB
CMYK
RGB Variations
Color information
#071785 (or 0x071785) is known color: Ultramarine. HEX triplet: 07, 17 and 85. RGB value is (7,23,133). Sum of RGB (Red+Green+Blue) = 7+23+133=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #071785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071785 is #F8E87A. Grayscale: #1E1E1E. Windows color (decimal): -16312443 or 8722183. OLE color: 8722183.
HSL color Cylindrical-coordinate representation of color #071785: hue angle of 232.38º 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 #071785 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 23 | 133 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.48 |
| HSL | 232.38º | 0.9% | 0.27% | - |
| HSV(B) | 232.38º | 0.95% | 0.52% | - |
| XYZ | 4.63 | 2.35 | 22.4 | - |
| YUV | 30.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 133 | 0.95 | 0.83 | 0 | 0.48 | 232.38 | 0.9 | 0.27 |
| Hex | 7 | 17 | 85 | 5F | 53 | 0 | 30 | E8 | 5A | 1B |
| Octal | 7 | 27 | 205 | 137 | 123 | 0 | 60 | 350 | 132 | 33 |
| Binary | 111 | 10111 | 10000101 | 1011111 | 1010011 | 0 | 110000 | 11101000 | 1011010 | 11011 |
Color Harmonies of #071785
Complementary color
Monochromatic Colors of #071785
Black with #071785
Text Example
Text Example
White with #071785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071785; }
p { color: rgb(7,23,133); }
H1.HeaderClassName
{
color: #071785;
}
.AnyTagClassName
{
color: #071785;
}
</style>
background-color css
<style>
a { background-color: #071785; }
a { background-color: rgb(7,23,133); }
div.DivClassName
{
background-color: #071785;
}
.BgClassName
{
background-color: #071785;
}
</style>
border-color css
<style>
span { border-color: #071785; }
span { border-color: rgb(7,23,133); }
td.TdClassName
{
border-color: #071785;
}
.TagClassName
{
border-color: #071785;
}
</style>