Shades of Ultramarine #051193
Tints of Ultramarine #051193
RGB
CMYK
RGB Variations
Color information
#051193 (or 0x051193) is known color: Ultramarine. HEX triplet: 05, 11 and 93. RGB value is (5,17,147). Sum of RGB (Red+Green+Blue) = 5+17+147=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 147 (57.81% from 255 or 86.98% from 169); Max value from RGB is 147 - color contains mainly: blue. Hex color #051193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051193 is #FAEE6C. Grayscale: #1B1B1B. Windows color (decimal): -16445037 or 9638149. OLE color: 9638149.
HSL color Cylindrical-coordinate representation of color #051193: hue angle of 234.93º 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 #051193 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 17 | 147 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.42 |
| HSL | 234.93º | 0.93% | 0.3% | - |
| HSV(B) | 234.93º | 0.97% | 0.58% | - |
| XYZ | 5.53 | 2.54 | 27.8 | - |
| YUV | 28.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 147 | 0.97 | 0.88 | 0 | 0.42 | 234.93 | 0.93 | 0.3 |
| Hex | 5 | 11 | 93 | 61 | 58 | 0 | 2A | EB | 5D | 1E |
| Octal | 5 | 21 | 223 | 141 | 130 | 0 | 52 | 353 | 135 | 36 |
| Binary | 101 | 10001 | 10010011 | 1100001 | 1011000 | 0 | 101010 | 11101011 | 1011101 | 11110 |
Color Harmonies of #051193
Complementary color
Monochromatic Colors of #051193
Black with #051193
Text Example
Text Example
White with #051193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051193; }
p { color: rgb(5,17,147); }
H1.HeaderClassName
{
color: #051193;
}
.AnyTagClassName
{
color: #051193;
}
</style>
background-color css
<style>
a { background-color: #051193; }
a { background-color: rgb(5,17,147); }
div.DivClassName
{
background-color: #051193;
}
.BgClassName
{
background-color: #051193;
}
</style>
border-color css
<style>
span { border-color: #051193; }
span { border-color: rgb(5,17,147); }
td.TdClassName
{
border-color: #051193;
}
.TagClassName
{
border-color: #051193;
}
</style>