Shades of Ultramarine #051391
Tints of Ultramarine #051391
RGB
CMYK
RGB Variations
Color information
#051391 (or 0x051391) is known color: Ultramarine. HEX triplet: 05, 13 and 91. RGB value is (5,19,145). Sum of RGB (Red+Green+Blue) = 5+19+145=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #051391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051391 is #FAEC6E. Grayscale: #1C1C1C. Windows color (decimal): -16444527 or 9507589. OLE color: 9507589.
HSL color Cylindrical-coordinate representation of color #051391: hue angle of 234º 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 #051391 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 19 | 145 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.43 |
| HSL | 234º | 0.93% | 0.29% | - |
| HSV(B) | 234º | 0.97% | 0.57% | - |
| XYZ | 5.41 | 2.54 | 26.99 | - |
| YUV | 29.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 145 | 0.97 | 0.87 | 0 | 0.43 | 234 | 0.93 | 0.29 |
| Hex | 5 | 13 | 91 | 61 | 57 | 0 | 2B | EA | 5D | 1D |
| Octal | 5 | 23 | 221 | 141 | 127 | 0 | 53 | 352 | 135 | 35 |
| Binary | 101 | 10011 | 10010001 | 1100001 | 1010111 | 0 | 101011 | 11101010 | 1011101 | 11101 |
Color Harmonies of #051391
Complementary color
Monochromatic Colors of #051391
Black with #051391
Text Example
Text Example
White with #051391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051391; }
p { color: rgb(5,19,145); }
H1.HeaderClassName
{
color: #051391;
}
.AnyTagClassName
{
color: #051391;
}
</style>
background-color css
<style>
a { background-color: #051391; }
a { background-color: rgb(5,19,145); }
div.DivClassName
{
background-color: #051391;
}
.BgClassName
{
background-color: #051391;
}
</style>
border-color css
<style>
span { border-color: #051391; }
span { border-color: rgb(5,19,145); }
td.TdClassName
{
border-color: #051391;
}
.TagClassName
{
border-color: #051391;
}
</style>