Shades of Ultramarine #05158D
Tints of Ultramarine #05158D
RGB
CMYK
RGB Variations
Color information
#05158D (or 0x05158D) is known color: Ultramarine. HEX triplet: 05, 15 and 8D. RGB value is (5,21,141). Sum of RGB (Red+Green+Blue) = 5+21+141=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #05158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05158D is #FAEA72. Grayscale: #1D1D1D. Windows color (decimal): -16444019 or 9245957. OLE color: 9245957.
HSL color Cylindrical-coordinate representation of color #05158D: hue angle of 232.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05158D is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 21 | 141 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.45 |
| HSL | 232.94º | 0.93% | 0.29% | - |
| HSV(B) | 232.94º | 0.96% | 0.55% | - |
| XYZ | 5.14 | 2.49 | 25.41 | - |
| YUV | 29.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 141 | 0.96 | 0.85 | 0 | 0.45 | 232.94 | 0.93 | 0.29 |
| Hex | 5 | 15 | 8D | 60 | 55 | 0 | 2D | E9 | 5D | 1D |
| Octal | 5 | 25 | 215 | 140 | 125 | 0 | 55 | 351 | 135 | 35 |
| Binary | 101 | 10101 | 10001101 | 1100000 | 1010101 | 0 | 101101 | 11101001 | 1011101 | 11101 |
Color Harmonies of #05158D
Complementary color
Monochromatic Colors of #05158D
Black with #05158D
Text Example
Text Example
White with #05158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05158D; }
p { color: rgb(5,21,141); }
H1.HeaderClassName
{
color: #05158D;
}
.AnyTagClassName
{
color: #05158D;
}
</style>
background-color css
<style>
a { background-color: #05158D; }
a { background-color: rgb(5,21,141); }
div.DivClassName
{
background-color: #05158D;
}
.BgClassName
{
background-color: #05158D;
}
</style>
border-color css
<style>
span { border-color: #05158D; }
span { border-color: rgb(5,21,141); }
td.TdClassName
{
border-color: #05158D;
}
.TagClassName
{
border-color: #05158D;
}
</style>