Shades of Ultramarine #051796
Tints of Ultramarine #051796
RGB
CMYK
RGB Variations
Color information
#051796 (or 0x051796) is known color: Ultramarine. HEX triplet: 05, 17 and 96. RGB value is (5,23,150). Sum of RGB (Red+Green+Blue) = 5+23+150=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #051796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051796 is #FAE869. Grayscale: #1F1F1F. Windows color (decimal): -16443498 or 9836293. OLE color: 9836293.
HSL color Cylindrical-coordinate representation of color #051796: hue angle of 232.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051796 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 23 | 150 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.41 |
| HSL | 232.55º | 0.94% | 0.3% | - |
| HSV(B) | 232.55º | 0.97% | 0.59% | - |
| XYZ | 5.87 | 2.85 | 29.09 | - |
| YUV | 32.1 | 194.54 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 150 | 0.97 | 0.85 | 0 | 0.41 | 232.55 | 0.94 | 0.3 |
| Hex | 5 | 17 | 96 | 61 | 55 | 0 | 29 | E9 | 5E | 1E |
| Octal | 5 | 27 | 226 | 141 | 125 | 0 | 51 | 351 | 136 | 36 |
| Binary | 101 | 10111 | 10010110 | 1100001 | 1010101 | 0 | 101001 | 11101001 | 1011110 | 11110 |
Color Harmonies of #051796
Complementary color
Monochromatic Colors of #051796
Black with #051796
Text Example
Text Example
White with #051796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051796; }
p { color: rgb(5,23,150); }
H1.HeaderClassName
{
color: #051796;
}
.AnyTagClassName
{
color: #051796;
}
</style>
background-color css
<style>
a { background-color: #051796; }
a { background-color: rgb(5,23,150); }
div.DivClassName
{
background-color: #051796;
}
.BgClassName
{
background-color: #051796;
}
</style>
border-color css
<style>
span { border-color: #051796; }
span { border-color: rgb(5,23,150); }
td.TdClassName
{
border-color: #051796;
}
.TagClassName
{
border-color: #051796;
}
</style>