Shades of Ultramarine #051A98
Tints of Ultramarine #051A98
RGB
CMYK
RGB Variations
Color information
#051A98 (or 0x051A98) is known color: Ultramarine. HEX triplet: 05, 1A and 98. RGB value is (5,26,152). Sum of RGB (Red+Green+Blue) = 5+26+152=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #051A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A98 is #FAE567. Grayscale: #212121. Windows color (decimal): -16442728 or 9968133. OLE color: 9968133.
HSL color Cylindrical-coordinate representation of color #051A98: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051A98 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 26 | 152 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.40 |
| HSL | 231.43º | 0.94% | 0.31% | - |
| HSV(B) | 231.43º | 0.97% | 0.6% | - |
| XYZ | 6.1 | 3.04 | 29.97 | - |
| YUV | 34.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 152 | 0.97 | 0.83 | 0 | 0.40 | 231.43 | 0.94 | 0.31 |
| Hex | 5 | 1A | 98 | 61 | 53 | 0 | 28 | E7 | 5E | 1F |
| Octal | 5 | 32 | 230 | 141 | 123 | 0 | 50 | 347 | 136 | 37 |
| Binary | 101 | 11010 | 10011000 | 1100001 | 1010011 | 0 | 101000 | 11100111 | 1011110 | 11111 |
Color Harmonies of #051A98
Complementary color
Monochromatic Colors of #051A98
Black with #051A98
Text Example
Text Example
White with #051A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A98; }
p { color: rgb(5,26,152); }
H1.HeaderClassName
{
color: #051A98;
}
.AnyTagClassName
{
color: #051A98;
}
</style>
background-color css
<style>
a { background-color: #051A98; }
a { background-color: rgb(5,26,152); }
div.DivClassName
{
background-color: #051A98;
}
.BgClassName
{
background-color: #051A98;
}
</style>
border-color css
<style>
span { border-color: #051A98; }
span { border-color: rgb(5,26,152); }
td.TdClassName
{
border-color: #051A98;
}
.TagClassName
{
border-color: #051A98;
}
</style>