Shades of Ultramarine #05178A
Tints of Ultramarine #05178A
RGB
CMYK
RGB Variations
Color information
#05178A (or 0x05178A) is known color: Ultramarine. HEX triplet: 05, 17 and 8A. RGB value is (5,23,138). Sum of RGB (Red+Green+Blue) = 5+23+138=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #05178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05178A is #FAE875. Grayscale: #1E1E1E. Windows color (decimal): -16443510 or 9049861. OLE color: 9049861.
HSL color Cylindrical-coordinate representation of color #05178A: hue angle of 231.88º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05178A is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 23 | 138 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.46 |
| HSL | 231.88º | 0.93% | 0.28% | - |
| HSV(B) | 231.88º | 0.96% | 0.54% | - |
| XYZ | 4.96 | 2.48 | 24.26 | - |
| YUV | 30.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 138 | 0.96 | 0.83 | 0 | 0.46 | 231.88 | 0.93 | 0.28 |
| Hex | 5 | 17 | 8A | 60 | 53 | 0 | 2E | E8 | 5D | 1C |
| Octal | 5 | 27 | 212 | 140 | 123 | 0 | 56 | 350 | 135 | 34 |
| Binary | 101 | 10111 | 10001010 | 1100000 | 1010011 | 0 | 101110 | 11101000 | 1011101 | 11100 |
Color Harmonies of #05178A
Complementary color
Monochromatic Colors of #05178A
Black with #05178A
Text Example
Text Example
White with #05178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05178A; }
p { color: rgb(5,23,138); }
H1.HeaderClassName
{
color: #05178A;
}
.AnyTagClassName
{
color: #05178A;
}
</style>
background-color css
<style>
a { background-color: #05178A; }
a { background-color: rgb(5,23,138); }
div.DivClassName
{
background-color: #05178A;
}
.BgClassName
{
background-color: #05178A;
}
</style>
border-color css
<style>
span { border-color: #05178A; }
span { border-color: rgb(5,23,138); }
td.TdClassName
{
border-color: #05178A;
}
.TagClassName
{
border-color: #05178A;
}
</style>