Shades of Ultramarine #05178B
Tints of Ultramarine #05178B
RGB
CMYK
RGB Variations
Color information
#05178B (or 0x05178B) is known color: Ultramarine. HEX triplet: 05, 17 and 8B. RGB value is (5,23,139). Sum of RGB (Red+Green+Blue) = 5+23+139=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #05178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05178B is #FAE874. Grayscale: #1E1E1E. Windows color (decimal): -16443509 or 9115397. OLE color: 9115397.
HSL color Cylindrical-coordinate representation of color #05178B: hue angle of 231.94º 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 #05178B is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 23 | 139 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.45 |
| HSL | 231.94º | 0.93% | 0.28% | - |
| HSV(B) | 231.94º | 0.96% | 0.55% | - |
| XYZ | 5.03 | 2.51 | 24.65 | - |
| YUV | 30.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 139 | 0.96 | 0.83 | 0 | 0.45 | 231.94 | 0.93 | 0.28 |
| Hex | 5 | 17 | 8B | 60 | 53 | 0 | 2D | E8 | 5D | 1C |
| Octal | 5 | 27 | 213 | 140 | 123 | 0 | 55 | 350 | 135 | 34 |
| Binary | 101 | 10111 | 10001011 | 1100000 | 1010011 | 0 | 101101 | 11101000 | 1011101 | 11100 |
Color Harmonies of #05178B
Complementary color
Monochromatic Colors of #05178B
Black with #05178B
Text Example
Text Example
White with #05178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05178B; }
p { color: rgb(5,23,139); }
H1.HeaderClassName
{
color: #05178B;
}
.AnyTagClassName
{
color: #05178B;
}
</style>
background-color css
<style>
a { background-color: #05178B; }
a { background-color: rgb(5,23,139); }
div.DivClassName
{
background-color: #05178B;
}
.BgClassName
{
background-color: #05178B;
}
</style>
border-color css
<style>
span { border-color: #05178B; }
span { border-color: rgb(5,23,139); }
td.TdClassName
{
border-color: #05178B;
}
.TagClassName
{
border-color: #05178B;
}
</style>