Shades of Ultramarine #05168D
Tints of Ultramarine #05168D
RGB
CMYK
RGB Variations
Color information
#05168D (or 0x05168D) is known color: Ultramarine. HEX triplet: 05, 16 and 8D. RGB value is (5,22,141). Sum of RGB (Red+Green+Blue) = 5+22+141=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #05168D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05168D is #FAE972. Grayscale: #1D1D1D. Windows color (decimal): -16443763 or 9246213. OLE color: 9246213.
HSL color Cylindrical-coordinate representation of color #05168D: hue angle of 232.5º 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 #05168D is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 22 | 141 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.45 |
| HSL | 232.5º | 0.93% | 0.29% | - |
| HSV(B) | 232.5º | 0.96% | 0.55% | - |
| XYZ | 5.16 | 2.53 | 25.42 | - |
| YUV | 30.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 141 | 0.96 | 0.84 | 0 | 0.45 | 232.5 | 0.93 | 0.29 |
| Hex | 5 | 16 | 8D | 60 | 54 | 0 | 2D | E8 | 5D | 1D |
| Octal | 5 | 26 | 215 | 140 | 124 | 0 | 55 | 350 | 135 | 35 |
| Binary | 101 | 10110 | 10001101 | 1100000 | 1010100 | 0 | 101101 | 11101000 | 1011101 | 11101 |
Color Harmonies of #05168D
Complementary color
Monochromatic Colors of #05168D
Black with #05168D
Text Example
Text Example
White with #05168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05168D; }
p { color: rgb(5,22,141); }
H1.HeaderClassName
{
color: #05168D;
}
.AnyTagClassName
{
color: #05168D;
}
</style>
background-color css
<style>
a { background-color: #05168D; }
a { background-color: rgb(5,22,141); }
div.DivClassName
{
background-color: #05168D;
}
.BgClassName
{
background-color: #05168D;
}
</style>
border-color css
<style>
span { border-color: #05168D; }
span { border-color: rgb(5,22,141); }
td.TdClassName
{
border-color: #05168D;
}
.TagClassName
{
border-color: #05168D;
}
</style>