Shades of Ultramarine #051592
Tints of Ultramarine #051592
RGB
CMYK
RGB Variations
Color information
#051592 (or 0x051592) is known color: Ultramarine. HEX triplet: 05, 15 and 92. RGB value is (5,21,146). Sum of RGB (Red+Green+Blue) = 5+21+146=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #051592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051592 is #FAEA6D. Grayscale: #1D1D1D. Windows color (decimal): -16444014 or 9573637. OLE color: 9573637.
HSL color Cylindrical-coordinate representation of color #051592: hue angle of 233.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051592 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 21 | 146 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.43 |
| HSL | 233.19º | 0.93% | 0.3% | - |
| HSV(B) | 233.19º | 0.97% | 0.57% | - |
| XYZ | 5.52 | 2.64 | 27.41 | - |
| YUV | 30.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 146 | 0.97 | 0.86 | 0 | 0.43 | 233.19 | 0.93 | 0.3 |
| Hex | 5 | 15 | 92 | 61 | 56 | 0 | 2B | E9 | 5D | 1E |
| Octal | 5 | 25 | 222 | 141 | 126 | 0 | 53 | 351 | 135 | 36 |
| Binary | 101 | 10101 | 10010010 | 1100001 | 1010110 | 0 | 101011 | 11101001 | 1011101 | 11110 |
Color Harmonies of #051592
Complementary color
Monochromatic Colors of #051592
Black with #051592
Text Example
Text Example
White with #051592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051592; }
p { color: rgb(5,21,146); }
H1.HeaderClassName
{
color: #051592;
}
.AnyTagClassName
{
color: #051592;
}
</style>
background-color css
<style>
a { background-color: #051592; }
a { background-color: rgb(5,21,146); }
div.DivClassName
{
background-color: #051592;
}
.BgClassName
{
background-color: #051592;
}
</style>
border-color css
<style>
span { border-color: #051592; }
span { border-color: rgb(5,21,146); }
td.TdClassName
{
border-color: #051592;
}
.TagClassName
{
border-color: #051592;
}
</style>