Shades of Ultramarine #051B89
Tints of Ultramarine #051B89
RGB
CMYK
RGB Variations
Color information
#051B89 (or 0x051B89) is known color: Ultramarine. HEX triplet: 05, 1B and 89. RGB value is (5,27,137). Sum of RGB (Red+Green+Blue) = 5+27+137=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #051B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B89 is #FAE476. Grayscale: #202020. Windows color (decimal): -16442487 or 8985349. OLE color: 8985349.
HSL color Cylindrical-coordinate representation of color #051B89: hue angle of 230º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B89 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 27 | 137 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.46 |
| HSL | 230º | 0.93% | 0.28% | - |
| HSV(B) | 230º | 0.96% | 0.54% | - |
| XYZ | 4.97 | 2.62 | 23.91 | - |
| YUV | 32.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 137 | 0.96 | 0.80 | 0 | 0.46 | 230 | 0.93 | 0.28 |
| Hex | 5 | 1B | 89 | 60 | 50 | 0 | 2E | E6 | 5D | 1C |
| Octal | 5 | 33 | 211 | 140 | 120 | 0 | 56 | 346 | 135 | 34 |
| Binary | 101 | 11011 | 10001001 | 1100000 | 1010000 | 0 | 101110 | 11100110 | 1011101 | 11100 |
Color Harmonies of #051B89
Complementary color
Monochromatic Colors of #051B89
Black with #051B89
Text Example
Text Example
White with #051B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B89; }
p { color: rgb(5,27,137); }
H1.HeaderClassName
{
color: #051B89;
}
.AnyTagClassName
{
color: #051B89;
}
</style>
background-color css
<style>
a { background-color: #051B89; }
a { background-color: rgb(5,27,137); }
div.DivClassName
{
background-color: #051B89;
}
.BgClassName
{
background-color: #051B89;
}
</style>
border-color css
<style>
span { border-color: #051B89; }
span { border-color: rgb(5,27,137); }
td.TdClassName
{
border-color: #051B89;
}
.TagClassName
{
border-color: #051B89;
}
</style>