Shades of Ultramarine #051790
Tints of Ultramarine #051790
RGB
CMYK
RGB Variations
Color information
#051790 (or 0x051790) is known color: Ultramarine. HEX triplet: 05, 17 and 90. RGB value is (5,23,144). Sum of RGB (Red+Green+Blue) = 5+23+144=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #051790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051790 is #FAE86F. Grayscale: #1E1E1E. Windows color (decimal): -16443504 or 9443077. OLE color: 9443077.
HSL color Cylindrical-coordinate representation of color #051790: hue angle of 232.23º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051790 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 23 | 144 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.44 |
| HSL | 232.23º | 0.93% | 0.29% | - |
| HSV(B) | 232.23º | 0.97% | 0.56% | - |
| XYZ | 5.4 | 2.66 | 26.61 | - |
| YUV | 31.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 144 | 0.97 | 0.84 | 0 | 0.44 | 232.23 | 0.93 | 0.29 |
| Hex | 5 | 17 | 90 | 61 | 54 | 0 | 2C | E8 | 5D | 1D |
| Octal | 5 | 27 | 220 | 141 | 124 | 0 | 54 | 350 | 135 | 35 |
| Binary | 101 | 10111 | 10010000 | 1100001 | 1010100 | 0 | 101100 | 11101000 | 1011101 | 11101 |
Color Harmonies of #051790
Complementary color
Monochromatic Colors of #051790
Black with #051790
Text Example
Text Example
White with #051790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051790; }
p { color: rgb(5,23,144); }
H1.HeaderClassName
{
color: #051790;
}
.AnyTagClassName
{
color: #051790;
}
</style>
background-color css
<style>
a { background-color: #051790; }
a { background-color: rgb(5,23,144); }
div.DivClassName
{
background-color: #051790;
}
.BgClassName
{
background-color: #051790;
}
</style>
border-color css
<style>
span { border-color: #051790; }
span { border-color: rgb(5,23,144); }
td.TdClassName
{
border-color: #051790;
}
.TagClassName
{
border-color: #051790;
}
</style>