Shades of Ultramarine #051B95
Tints of Ultramarine #051B95
RGB
CMYK
RGB Variations
Color information
#051B95 (or 0x051B95) is known color: Ultramarine. HEX triplet: 05, 1B and 95. RGB value is (5,27,149). Sum of RGB (Red+Green+Blue) = 5+27+149=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #051B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B95 is #FAE46A. Grayscale: #212121. Windows color (decimal): -16442475 or 9771781. OLE color: 9771781.
HSL color Cylindrical-coordinate representation of color #051B95: hue angle of 230.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051B95 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 27 | 149 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.42 |
| HSL | 230.83º | 0.94% | 0.3% | - |
| HSV(B) | 230.83º | 0.97% | 0.58% | - |
| XYZ | 5.88 | 2.99 | 28.7 | - |
| YUV | 34.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 149 | 0.97 | 0.82 | 0 | 0.42 | 230.83 | 0.94 | 0.3 |
| Hex | 5 | 1B | 95 | 61 | 52 | 0 | 2A | E7 | 5E | 1E |
| Octal | 5 | 33 | 225 | 141 | 122 | 0 | 52 | 347 | 136 | 36 |
| Binary | 101 | 11011 | 10010101 | 1100001 | 1010010 | 0 | 101010 | 11100111 | 1011110 | 11110 |
Color Harmonies of #051B95
Complementary color
Monochromatic Colors of #051B95
Black with #051B95
Text Example
Text Example
White with #051B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B95; }
p { color: rgb(5,27,149); }
H1.HeaderClassName
{
color: #051B95;
}
.AnyTagClassName
{
color: #051B95;
}
</style>
background-color css
<style>
a { background-color: #051B95; }
a { background-color: rgb(5,27,149); }
div.DivClassName
{
background-color: #051B95;
}
.BgClassName
{
background-color: #051B95;
}
</style>
border-color css
<style>
span { border-color: #051B95; }
span { border-color: rgb(5,27,149); }
td.TdClassName
{
border-color: #051B95;
}
.TagClassName
{
border-color: #051B95;
}
</style>