Shades of Ultramarine #05168C
Tints of Ultramarine #05168C
RGB
CMYK
RGB Variations
Color information
#05168C (or 0x05168C) is known color: Ultramarine. HEX triplet: 05, 16 and 8C. RGB value is (5,22,140). Sum of RGB (Red+Green+Blue) = 5+22+140=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #05168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05168C is #FAE973. Grayscale: #1D1D1D. Windows color (decimal): -16443764 or 9180677. OLE color: 9180677.
HSL color Cylindrical-coordinate representation of color #05168C: hue angle of 232.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05168C is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 22 | 140 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.45 |
| HSL | 232.44º | 0.93% | 0.28% | - |
| HSV(B) | 232.44º | 0.96% | 0.55% | - |
| XYZ | 5.08 | 2.5 | 25.03 | - |
| YUV | 30.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 140 | 0.96 | 0.84 | 0 | 0.45 | 232.44 | 0.93 | 0.28 |
| Hex | 5 | 16 | 8C | 60 | 54 | 0 | 2D | E8 | 5D | 1C |
| Octal | 5 | 26 | 214 | 140 | 124 | 0 | 55 | 350 | 135 | 34 |
| Binary | 101 | 10110 | 10001100 | 1100000 | 1010100 | 0 | 101101 | 11101000 | 1011101 | 11100 |
Color Harmonies of #05168C
Complementary color
Monochromatic Colors of #05168C
Black with #05168C
Text Example
Text Example
White with #05168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05168C; }
p { color: rgb(5,22,140); }
H1.HeaderClassName
{
color: #05168C;
}
.AnyTagClassName
{
color: #05168C;
}
</style>
background-color css
<style>
a { background-color: #05168C; }
a { background-color: rgb(5,22,140); }
div.DivClassName
{
background-color: #05168C;
}
.BgClassName
{
background-color: #05168C;
}
</style>
border-color css
<style>
span { border-color: #05168C; }
span { border-color: rgb(5,22,140); }
td.TdClassName
{
border-color: #05168C;
}
.TagClassName
{
border-color: #05168C;
}
</style>