Shades of Ultramarine #051691
Tints of Ultramarine #051691
RGB
CMYK
RGB Variations
Color information
#051691 (or 0x051691) is known color: Ultramarine. HEX triplet: 05, 16 and 91. RGB value is (5,22,145). Sum of RGB (Red+Green+Blue) = 5+22+145=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 145 (57.03% from 255 or 84.30% from 172); Max value from RGB is 145 - color contains mainly: blue. Hex color #051691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051691 is #FAE96E. Grayscale: #1E1E1E. Windows color (decimal): -16443759 or 9508357. OLE color: 9508357.
HSL color Cylindrical-coordinate representation of color #051691: hue angle of 232.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051691 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 22 | 145 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.43 |
| HSL | 232.71º | 0.93% | 0.29% | - |
| HSV(B) | 232.71º | 0.97% | 0.57% | - |
| XYZ | 5.46 | 2.65 | 27.01 | - |
| YUV | 30.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 145 | 0.97 | 0.85 | 0 | 0.43 | 232.71 | 0.93 | 0.29 |
| Hex | 5 | 16 | 91 | 61 | 55 | 0 | 2B | E9 | 5D | 1D |
| Octal | 5 | 26 | 221 | 141 | 125 | 0 | 53 | 351 | 135 | 35 |
| Binary | 101 | 10110 | 10010001 | 1100001 | 1010101 | 0 | 101011 | 11101001 | 1011101 | 11101 |
Color Harmonies of #051691
Complementary color
Monochromatic Colors of #051691
Black with #051691
Text Example
Text Example
White with #051691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051691; }
p { color: rgb(5,22,145); }
H1.HeaderClassName
{
color: #051691;
}
.AnyTagClassName
{
color: #051691;
}
</style>
background-color css
<style>
a { background-color: #051691; }
a { background-color: rgb(5,22,145); }
div.DivClassName
{
background-color: #051691;
}
.BgClassName
{
background-color: #051691;
}
</style>
border-color css
<style>
span { border-color: #051691; }
span { border-color: rgb(5,22,145); }
td.TdClassName
{
border-color: #051691;
}
.TagClassName
{
border-color: #051691;
}
</style>