Shades of Ultramarine #071883
Tints of Ultramarine #071883
RGB
CMYK
RGB Variations
Color information
#071883 (or 0x071883) is known color: Ultramarine. HEX triplet: 07, 18 and 83. RGB value is (7,24,131). Sum of RGB (Red+Green+Blue) = 7+24+131=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #071883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071883 is #F8E77C. Grayscale: #1E1E1E. Windows color (decimal): -16312189 or 8591367. OLE color: 8591367.
HSL color Cylindrical-coordinate representation of color #071883: hue angle of 231.77º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071883 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 24 | 131 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.49 |
| HSL | 231.77º | 0.9% | 0.27% | - |
| HSV(B) | 231.77º | 0.95% | 0.51% | - |
| XYZ | 4.51 | 2.34 | 21.69 | - |
| YUV | 31.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 131 | 0.95 | 0.82 | 0 | 0.49 | 231.77 | 0.9 | 0.27 |
| Hex | 7 | 18 | 83 | 5F | 52 | 0 | 31 | E8 | 5A | 1B |
| Octal | 7 | 30 | 203 | 137 | 122 | 0 | 61 | 350 | 132 | 33 |
| Binary | 111 | 11000 | 10000011 | 1011111 | 1010010 | 0 | 110001 | 11101000 | 1011010 | 11011 |
Color Harmonies of #071883
Complementary color
Monochromatic Colors of #071883
Black with #071883
Text Example
Text Example
White with #071883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071883; }
p { color: rgb(7,24,131); }
H1.HeaderClassName
{
color: #071883;
}
.AnyTagClassName
{
color: #071883;
}
</style>
background-color css
<style>
a { background-color: #071883; }
a { background-color: rgb(7,24,131); }
div.DivClassName
{
background-color: #071883;
}
.BgClassName
{
background-color: #071883;
}
</style>
border-color css
<style>
span { border-color: #071883; }
span { border-color: rgb(7,24,131); }
td.TdClassName
{
border-color: #071883;
}
.TagClassName
{
border-color: #071883;
}
</style>