Shades of Ultramarine #170D84
Tints of Ultramarine #170D84
RGB
CMYK
RGB Variations
Color information
#170D84 (or 0x170D84) is known color: Ultramarine. HEX triplet: 17, 0D and 84. RGB value is (23,13,132). Sum of RGB (Red+Green+Blue) = 23+13+132=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #170D84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170D84 is #E8F27B. Grayscale: #1D1D1D. Windows color (decimal): -15266428 or 8654103. OLE color: 8654103.
HSL color Cylindrical-coordinate representation of color #170D84: hue angle of 245.04º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170D84 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 13 | 132 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.48 |
| HSL | 245.04º | 0.82% | 0.28% | - |
| HSV(B) | 245.04º | 0.9% | 0.52% | - |
| XYZ | 4.66 | 2.14 | 22 | - |
| YUV | 29.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 132 | 0.83 | 0.90 | 0 | 0.48 | 245.04 | 0.82 | 0.28 |
| Hex | 17 | D | 84 | 53 | 5A | 0 | 30 | F5 | 52 | 1C |
| Octal | 27 | 15 | 204 | 123 | 132 | 0 | 60 | 365 | 122 | 34 |
| Binary | 10111 | 1101 | 10000100 | 1010011 | 1011010 | 0 | 110000 | 11110101 | 1010010 | 11100 |
Color Harmonies of #170D84
Complementary color
Monochromatic Colors of #170D84
Black with #170D84
Text Example
Text Example
White with #170D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D84; }
p { color: rgb(23,13,132); }
H1.HeaderClassName
{
color: #170D84;
}
.AnyTagClassName
{
color: #170D84;
}
</style>
background-color css
<style>
a { background-color: #170D84; }
a { background-color: rgb(23,13,132); }
div.DivClassName
{
background-color: #170D84;
}
.BgClassName
{
background-color: #170D84;
}
</style>
border-color css
<style>
span { border-color: #170D84; }
span { border-color: rgb(23,13,132); }
td.TdClassName
{
border-color: #170D84;
}
.TagClassName
{
border-color: #170D84;
}
</style>