Shades of Ultramarine #051898
Tints of Ultramarine #051898
RGB
CMYK
RGB Variations
Color information
#051898 (or 0x051898) is known color: Ultramarine. HEX triplet: 05, 18 and 98. RGB value is (5,24,152). Sum of RGB (Red+Green+Blue) = 5+24+152=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #051898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051898 is #FAE767. Grayscale: #202020. Windows color (decimal): -16443240 or 9967621. OLE color: 9967621.
HSL color Cylindrical-coordinate representation of color #051898: hue angle of 232.24º 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 #051898 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 24 | 152 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.40 |
| HSL | 232.24º | 0.94% | 0.31% | - |
| HSV(B) | 232.24º | 0.97% | 0.6% | - |
| XYZ | 6.06 | 2.95 | 29.96 | - |
| YUV | 32.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 152 | 0.97 | 0.84 | 0 | 0.40 | 232.24 | 0.94 | 0.31 |
| Hex | 5 | 18 | 98 | 61 | 54 | 0 | 28 | E8 | 5E | 1F |
| Octal | 5 | 30 | 230 | 141 | 124 | 0 | 50 | 350 | 136 | 37 |
| Binary | 101 | 11000 | 10011000 | 1100001 | 1010100 | 0 | 101000 | 11101000 | 1011110 | 11111 |
Color Harmonies of #051898
Complementary color
Monochromatic Colors of #051898
Black with #051898
Text Example
Text Example
White with #051898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051898; }
p { color: rgb(5,24,152); }
H1.HeaderClassName
{
color: #051898;
}
.AnyTagClassName
{
color: #051898;
}
</style>
background-color css
<style>
a { background-color: #051898; }
a { background-color: rgb(5,24,152); }
div.DivClassName
{
background-color: #051898;
}
.BgClassName
{
background-color: #051898;
}
</style>
border-color css
<style>
span { border-color: #051898; }
span { border-color: rgb(5,24,152); }
td.TdClassName
{
border-color: #051898;
}
.TagClassName
{
border-color: #051898;
}
</style>