Shades of Ultramarine #051890
Tints of Ultramarine #051890
RGB
CMYK
RGB Variations
Color information
#051890 (or 0x051890) is known color: Ultramarine. HEX triplet: 05, 18 and 90. RGB value is (5,24,144). Sum of RGB (Red+Green+Blue) = 5+24+144=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #051890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051890 is #FAE76F. Grayscale: #1F1F1F. Windows color (decimal): -16443248 or 9443333. OLE color: 9443333.
HSL color Cylindrical-coordinate representation of color #051890: hue angle of 231.8º 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 #051890 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 24 | 144 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.44 |
| HSL | 231.8º | 0.93% | 0.29% | - |
| HSV(B) | 231.8º | 0.97% | 0.56% | - |
| XYZ | 5.42 | 2.7 | 26.62 | - |
| YUV | 32 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 144 | 0.97 | 0.83 | 0 | 0.44 | 231.8 | 0.93 | 0.29 |
| Hex | 5 | 18 | 90 | 61 | 53 | 0 | 2C | E8 | 5D | 1D |
| Octal | 5 | 30 | 220 | 141 | 123 | 0 | 54 | 350 | 135 | 35 |
| Binary | 101 | 11000 | 10010000 | 1100001 | 1010011 | 0 | 101100 | 11101000 | 1011101 | 11101 |
Color Harmonies of #051890
Complementary color
Monochromatic Colors of #051890
Black with #051890
Text Example
Text Example
White with #051890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051890; }
p { color: rgb(5,24,144); }
H1.HeaderClassName
{
color: #051890;
}
.AnyTagClassName
{
color: #051890;
}
</style>
background-color css
<style>
a { background-color: #051890; }
a { background-color: rgb(5,24,144); }
div.DivClassName
{
background-color: #051890;
}
.BgClassName
{
background-color: #051890;
}
</style>
border-color css
<style>
span { border-color: #051890; }
span { border-color: rgb(5,24,144); }
td.TdClassName
{
border-color: #051890;
}
.TagClassName
{
border-color: #051890;
}
</style>