Shades of Ultramarine #05198C
Tints of Ultramarine #05198C
RGB
CMYK
RGB Variations
Color information
#05198C (or 0x05198C) is known color: Ultramarine. HEX triplet: 05, 19 and 8C. RGB value is (5,25,140). Sum of RGB (Red+Green+Blue) = 5+25+140=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 140 (55.08% from 255 or 82.35% from 170); Max value from RGB is 140 - color contains mainly: blue. Hex color #05198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05198C is #FAE673. Grayscale: #1F1F1F. Windows color (decimal): -16442996 or 9181445. OLE color: 9181445.
HSL color Cylindrical-coordinate representation of color #05198C: hue angle of 231.11º 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 #05198C is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 25 | 140 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.45 |
| HSL | 231.11º | 0.93% | 0.28% | - |
| HSV(B) | 231.11º | 0.96% | 0.55% | - |
| XYZ | 5.14 | 2.62 | 25.05 | - |
| YUV | 32.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 140 | 0.96 | 0.82 | 0 | 0.45 | 231.11 | 0.93 | 0.28 |
| Hex | 5 | 19 | 8C | 60 | 52 | 0 | 2D | E7 | 5D | 1C |
| Octal | 5 | 31 | 214 | 140 | 122 | 0 | 55 | 347 | 135 | 34 |
| Binary | 101 | 11001 | 10001100 | 1100000 | 1010010 | 0 | 101101 | 11100111 | 1011101 | 11100 |
Color Harmonies of #05198C
Complementary color
Monochromatic Colors of #05198C
Black with #05198C
Text Example
Text Example
White with #05198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05198C; }
p { color: rgb(5,25,140); }
H1.HeaderClassName
{
color: #05198C;
}
.AnyTagClassName
{
color: #05198C;
}
</style>
background-color css
<style>
a { background-color: #05198C; }
a { background-color: rgb(5,25,140); }
div.DivClassName
{
background-color: #05198C;
}
.BgClassName
{
background-color: #05198C;
}
</style>
border-color css
<style>
span { border-color: #05198C; }
span { border-color: rgb(5,25,140); }
td.TdClassName
{
border-color: #05198C;
}
.TagClassName
{
border-color: #05198C;
}
</style>