Shades of Ultramarine #051793
Tints of Ultramarine #051793
RGB
CMYK
RGB Variations
Color information
#051793 (or 0x051793) is known color: Ultramarine. HEX triplet: 05, 17 and 93. RGB value is (5,23,147). Sum of RGB (Red+Green+Blue) = 5+23+147=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #051793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051793 is #FAE86C. Grayscale: #1F1F1F. Windows color (decimal): -16443501 or 9639685. OLE color: 9639685.
HSL color Cylindrical-coordinate representation of color #051793: hue angle of 232.39º degrees, saturation: 0.93, 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 #051793 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 23 | 147 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.42 |
| HSL | 232.39º | 0.93% | 0.3% | - |
| HSV(B) | 232.39º | 0.97% | 0.58% | - |
| XYZ | 5.64 | 2.75 | 27.84 | - |
| YUV | 31.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 147 | 0.97 | 0.84 | 0 | 0.42 | 232.39 | 0.93 | 0.3 |
| Hex | 5 | 17 | 93 | 61 | 54 | 0 | 2A | E8 | 5D | 1E |
| Octal | 5 | 27 | 223 | 141 | 124 | 0 | 52 | 350 | 135 | 36 |
| Binary | 101 | 10111 | 10010011 | 1100001 | 1010100 | 0 | 101010 | 11101000 | 1011101 | 11110 |
Color Harmonies of #051793
Complementary color
Monochromatic Colors of #051793
Black with #051793
Text Example
Text Example
White with #051793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051793; }
p { color: rgb(5,23,147); }
H1.HeaderClassName
{
color: #051793;
}
.AnyTagClassName
{
color: #051793;
}
</style>
background-color css
<style>
a { background-color: #051793; }
a { background-color: rgb(5,23,147); }
div.DivClassName
{
background-color: #051793;
}
.BgClassName
{
background-color: #051793;
}
</style>
border-color css
<style>
span { border-color: #051793; }
span { border-color: rgb(5,23,147); }
td.TdClassName
{
border-color: #051793;
}
.TagClassName
{
border-color: #051793;
}
</style>