Shades of Ultramarine #05128E
Tints of Ultramarine #05128E
RGB
CMYK
RGB Variations
Color information
#05128E (or 0x05128E) is known color: Ultramarine. HEX triplet: 05, 12 and 8E. RGB value is (5,18,142). Sum of RGB (Red+Green+Blue) = 5+18+142=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 142 (55.86% from 255 or 86.06% from 165); Max value from RGB is 142 - color contains mainly: blue. Hex color #05128E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05128E is #FAED71. Grayscale: #1B1B1B. Windows color (decimal): -16444786 or 9310725. OLE color: 9310725.
HSL color Cylindrical-coordinate representation of color #05128E: hue angle of 234.31º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05128E is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 18 | 142 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.44 |
| HSL | 234.31º | 0.93% | 0.29% | - |
| HSV(B) | 234.31º | 0.96% | 0.56% | - |
| XYZ | 5.16 | 2.42 | 25.79 | - |
| YUV | 28.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 142 | 0.96 | 0.87 | 0 | 0.44 | 234.31 | 0.93 | 0.29 |
| Hex | 5 | 12 | 8E | 60 | 57 | 0 | 2C | EA | 5D | 1D |
| Octal | 5 | 22 | 216 | 140 | 127 | 0 | 54 | 352 | 135 | 35 |
| Binary | 101 | 10010 | 10001110 | 1100000 | 1010111 | 0 | 101100 | 11101010 | 1011101 | 11101 |
Color Harmonies of #05128E
Complementary color
Monochromatic Colors of #05128E
Black with #05128E
Text Example
Text Example
White with #05128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05128E; }
p { color: rgb(5,18,142); }
H1.HeaderClassName
{
color: #05128E;
}
.AnyTagClassName
{
color: #05128E;
}
</style>
background-color css
<style>
a { background-color: #05128E; }
a { background-color: rgb(5,18,142); }
div.DivClassName
{
background-color: #05128E;
}
.BgClassName
{
background-color: #05128E;
}
</style>
border-color css
<style>
span { border-color: #05128E; }
span { border-color: rgb(5,18,142); }
td.TdClassName
{
border-color: #05128E;
}
.TagClassName
{
border-color: #05128E;
}
</style>