Shades of Ultramarine #051093
Tints of Ultramarine #051093
RGB
CMYK
RGB Variations
Color information
#051093 (or 0x051093) is known color: Ultramarine. HEX triplet: 05, 10 and 93. RGB value is (5,16,147). Sum of RGB (Red+Green+Blue) = 5+16+147=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #051093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051093 is #FAEF6C. Grayscale: #1B1B1B. Windows color (decimal): -16445293 or 9637893. OLE color: 9637893.
HSL color Cylindrical-coordinate representation of color #051093: hue angle of 235.35º 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 #051093 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 16 | 147 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.42 |
| HSL | 235.35º | 0.93% | 0.3% | - |
| HSV(B) | 235.35º | 0.97% | 0.58% | - |
| XYZ | 5.51 | 2.51 | 27.8 | - |
| YUV | 27.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 147 | 0.97 | 0.89 | 0 | 0.42 | 235.35 | 0.93 | 0.3 |
| Hex | 5 | 10 | 93 | 61 | 59 | 0 | 2A | EB | 5D | 1E |
| Octal | 5 | 20 | 223 | 141 | 131 | 0 | 52 | 353 | 135 | 36 |
| Binary | 101 | 10000 | 10010011 | 1100001 | 1011001 | 0 | 101010 | 11101011 | 1011101 | 11110 |
Color Harmonies of #051093
Complementary color
Monochromatic Colors of #051093
Black with #051093
Text Example
Text Example
White with #051093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051093; }
p { color: rgb(5,16,147); }
H1.HeaderClassName
{
color: #051093;
}
.AnyTagClassName
{
color: #051093;
}
</style>
background-color css
<style>
a { background-color: #051093; }
a { background-color: rgb(5,16,147); }
div.DivClassName
{
background-color: #051093;
}
.BgClassName
{
background-color: #051093;
}
</style>
border-color css
<style>
span { border-color: #051093; }
span { border-color: rgb(5,16,147); }
td.TdClassName
{
border-color: #051093;
}
.TagClassName
{
border-color: #051093;
}
</style>