Shades of Ultramarine #170A83
Tints of Ultramarine #170A83
RGB
CMYK
RGB Variations
Color information
#170A83 (or 0x170A83) is known color: Ultramarine. HEX triplet: 17, 0A and 83. RGB value is (23,10,131). Sum of RGB (Red+Green+Blue) = 23+10+131=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #170A83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170A83 is #E8F57C. Grayscale: #1B1B1B. Windows color (decimal): -15267197 or 8587799. OLE color: 8587799.
HSL color Cylindrical-coordinate representation of color #170A83: hue angle of 246.45º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170A83 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 10 | 131 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.49 |
| HSL | 246.45º | 0.86% | 0.28% | - |
| HSV(B) | 246.45º | 0.92% | 0.51% | - |
| XYZ | 4.56 | 2.04 | 21.63 | - |
| YUV | 27.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 131 | 0.82 | 0.92 | 0 | 0.49 | 246.45 | 0.86 | 0.28 |
| Hex | 17 | A | 83 | 52 | 5C | 0 | 31 | F6 | 56 | 1C |
| Octal | 27 | 12 | 203 | 122 | 134 | 0 | 61 | 366 | 126 | 34 |
| Binary | 10111 | 1010 | 10000011 | 1010010 | 1011100 | 0 | 110001 | 11110110 | 1010110 | 11100 |
Color Harmonies of #170A83
Complementary color
Monochromatic Colors of #170A83
Black with #170A83
Text Example
Text Example
White with #170A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A83; }
p { color: rgb(23,10,131); }
H1.HeaderClassName
{
color: #170A83;
}
.AnyTagClassName
{
color: #170A83;
}
</style>
background-color css
<style>
a { background-color: #170A83; }
a { background-color: rgb(23,10,131); }
div.DivClassName
{
background-color: #170A83;
}
.BgClassName
{
background-color: #170A83;
}
</style>
border-color css
<style>
span { border-color: #170A83; }
span { border-color: rgb(23,10,131); }
td.TdClassName
{
border-color: #170A83;
}
.TagClassName
{
border-color: #170A83;
}
</style>