Shades of Ultramarine #051B91
Tints of Ultramarine #051B91
RGB
CMYK
RGB Variations
Color information
#051B91 (or 0x051B91) is known color: Ultramarine. HEX triplet: 05, 1B and 91. RGB value is (5,27,145). Sum of RGB (Red+Green+Blue) = 5+27+145=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #051B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B91 is #FAE46E. Grayscale: #212121. Windows color (decimal): -16442479 or 9509637. OLE color: 9509637.
HSL color Cylindrical-coordinate representation of color #051B91: hue angle of 230.57º 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 #051B91 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 27 | 145 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.43 |
| HSL | 230.57º | 0.93% | 0.29% | - |
| HSV(B) | 230.57º | 0.97% | 0.57% | - |
| XYZ | 5.57 | 2.86 | 27.05 | - |
| YUV | 33.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 145 | 0.97 | 0.81 | 0 | 0.43 | 230.57 | 0.93 | 0.29 |
| Hex | 5 | 1B | 91 | 61 | 51 | 0 | 2B | E7 | 5D | 1D |
| Octal | 5 | 33 | 221 | 141 | 121 | 0 | 53 | 347 | 135 | 35 |
| Binary | 101 | 11011 | 10010001 | 1100001 | 1010001 | 0 | 101011 | 11100111 | 1011101 | 11101 |
Color Harmonies of #051B91
Complementary color
Monochromatic Colors of #051B91
Black with #051B91
Text Example
Text Example
White with #051B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B91; }
p { color: rgb(5,27,145); }
H1.HeaderClassName
{
color: #051B91;
}
.AnyTagClassName
{
color: #051B91;
}
</style>
background-color css
<style>
a { background-color: #051B91; }
a { background-color: rgb(5,27,145); }
div.DivClassName
{
background-color: #051B91;
}
.BgClassName
{
background-color: #051B91;
}
</style>
border-color css
<style>
span { border-color: #051B91; }
span { border-color: rgb(5,27,145); }
td.TdClassName
{
border-color: #051B91;
}
.TagClassName
{
border-color: #051B91;
}
</style>