Shades of Ultramarine #071395
Tints of Ultramarine #071395
RGB
CMYK
RGB Variations
Color information
#071395 (or 0x071395) is known color: Ultramarine. HEX triplet: 07, 13 and 95. RGB value is (7,19,149). Sum of RGB (Red+Green+Blue) = 7+19+149=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #071395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071395 is #F8EC6A. Grayscale: #1D1D1D. Windows color (decimal): -16313451 or 9769735. OLE color: 9769735.
HSL color Cylindrical-coordinate representation of color #071395: hue angle of 234.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071395 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 19 | 149 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.42 |
| HSL | 234.93º | 0.91% | 0.31% | - |
| HSV(B) | 234.93º | 0.95% | 0.58% | - |
| XYZ | 5.75 | 2.68 | 28.65 | - |
| YUV | 30.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 149 | 0.95 | 0.87 | 0 | 0.42 | 234.93 | 0.91 | 0.31 |
| Hex | 7 | 13 | 95 | 5F | 57 | 0 | 2A | EB | 5B | 1F |
| Octal | 7 | 23 | 225 | 137 | 127 | 0 | 52 | 353 | 133 | 37 |
| Binary | 111 | 10011 | 10010101 | 1011111 | 1010111 | 0 | 101010 | 11101011 | 1011011 | 11111 |
Color Harmonies of #071395
Complementary color
Monochromatic Colors of #071395
Black with #071395
Text Example
Text Example
White with #071395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071395; }
p { color: rgb(7,19,149); }
H1.HeaderClassName
{
color: #071395;
}
.AnyTagClassName
{
color: #071395;
}
</style>
background-color css
<style>
a { background-color: #071395; }
a { background-color: rgb(7,19,149); }
div.DivClassName
{
background-color: #071395;
}
.BgClassName
{
background-color: #071395;
}
</style>
border-color css
<style>
span { border-color: #071395; }
span { border-color: rgb(7,19,149); }
td.TdClassName
{
border-color: #071395;
}
.TagClassName
{
border-color: #071395;
}
</style>