Shades of Ultramarine #170D82
Tints of Ultramarine #170D82
RGB
CMYK
RGB Variations
Color information
#170D82 (or 0x170D82) is known color: Ultramarine. HEX triplet: 17, 0D and 82. RGB value is (23,13,130). Sum of RGB (Red+Green+Blue) = 23+13+130=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #170D82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170D82 is #E8F27D. Grayscale: #1C1C1C. Windows color (decimal): -15266430 or 8523031. OLE color: 8523031.
HSL color Cylindrical-coordinate representation of color #170D82: hue angle of 245.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170D82 is Cyan = 0.82, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 13 | 130 | - |
| CMYK | 0.82 | 0.9 | 0 | 0.49 |
| HSL | 245.13º | 0.82% | 0.28% | - |
| HSV(B) | 245.13º | 0.9% | 0.51% | - |
| XYZ | 4.53 | 2.08 | 21.28 | - |
| YUV | 29.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 130 | 0.82 | 0.9 | 0 | 0.49 | 245.13 | 0.82 | 0.28 |
| Hex | 17 | D | 82 | 52 | 5A | 0 | 31 | F5 | 52 | 1C |
| Octal | 27 | 15 | 202 | 122 | 132 | 0 | 61 | 365 | 122 | 34 |
| Binary | 10111 | 1101 | 10000010 | 1010010 | 1011010 | 0 | 110001 | 11110101 | 1010010 | 11100 |
Color Harmonies of #170D82
Complementary color
Monochromatic Colors of #170D82
Black with #170D82
Text Example
Text Example
White with #170D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D82; }
p { color: rgb(23,13,130); }
H1.HeaderClassName
{
color: #170D82;
}
.AnyTagClassName
{
color: #170D82;
}
</style>
background-color css
<style>
a { background-color: #170D82; }
a { background-color: rgb(23,13,130); }
div.DivClassName
{
background-color: #170D82;
}
.BgClassName
{
background-color: #170D82;
}
</style>
border-color css
<style>
span { border-color: #170D82; }
span { border-color: rgb(23,13,130); }
td.TdClassName
{
border-color: #170D82;
}
.TagClassName
{
border-color: #170D82;
}
</style>