Shades of Ultramarine #071387
Tints of Ultramarine #071387
RGB
CMYK
RGB Variations
Color information
#071387 (or 0x071387) is known color: Ultramarine. HEX triplet: 07, 13 and 87. RGB value is (7,19,135). Sum of RGB (Red+Green+Blue) = 7+19+135=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #071387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071387 is #F8EC78. Grayscale: #1C1C1C. Windows color (decimal): -16313465 or 8852231. OLE color: 8852231.
HSL color Cylindrical-coordinate representation of color #071387: hue angle of 234.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071387 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 19 | 135 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.47 |
| HSL | 234.38º | 0.9% | 0.28% | - |
| HSV(B) | 234.38º | 0.95% | 0.53% | - |
| XYZ | 4.69 | 2.26 | 23.11 | - |
| YUV | 28.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 135 | 0.95 | 0.86 | 0 | 0.47 | 234.38 | 0.9 | 0.28 |
| Hex | 7 | 13 | 87 | 5F | 56 | 0 | 2F | EA | 5A | 1C |
| Octal | 7 | 23 | 207 | 137 | 126 | 0 | 57 | 352 | 132 | 34 |
| Binary | 111 | 10011 | 10000111 | 1011111 | 1010110 | 0 | 101111 | 11101010 | 1011010 | 11100 |
Color Harmonies of #071387
Complementary color
Monochromatic Colors of #071387
Black with #071387
Text Example
Text Example
White with #071387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071387; }
p { color: rgb(7,19,135); }
H1.HeaderClassName
{
color: #071387;
}
.AnyTagClassName
{
color: #071387;
}
</style>
background-color css
<style>
a { background-color: #071387; }
a { background-color: rgb(7,19,135); }
div.DivClassName
{
background-color: #071387;
}
.BgClassName
{
background-color: #071387;
}
</style>
border-color css
<style>
span { border-color: #071387; }
span { border-color: rgb(7,19,135); }
td.TdClassName
{
border-color: #071387;
}
.TagClassName
{
border-color: #071387;
}
</style>