Shades of Ultramarine #170385
Tints of Ultramarine #170385
RGB
CMYK
RGB Variations
Color information
#170385 (or 0x170385) is known color: Ultramarine. HEX triplet: 17, 03 and 85. RGB value is (23,3,133). Sum of RGB (Red+Green+Blue) = 23+3+133=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #170385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170385 is #E8FC7A. Grayscale: #171717. Windows color (decimal): -15268987 or 8717079. OLE color: 8717079.
HSL color Cylindrical-coordinate representation of color #170385: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170385 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 3 | 133 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.48 |
| HSL | 249.23º | 0.96% | 0.27% | - |
| HSV(B) | 249.23º | 0.98% | 0.52% | - |
| XYZ | 4.62 | 1.94 | 22.32 | - |
| YUV | 23.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 133 | 0.83 | 0.98 | 0 | 0.48 | 249.23 | 0.96 | 0.27 |
| Hex | 17 | 3 | 85 | 53 | 62 | 0 | 30 | F9 | 60 | 1B |
| Octal | 27 | 3 | 205 | 123 | 142 | 0 | 60 | 371 | 140 | 33 |
| Binary | 10111 | 11 | 10000101 | 1010011 | 1100010 | 0 | 110000 | 11111001 | 1100000 | 11011 |
Color Harmonies of #170385
Complementary color
Monochromatic Colors of #170385
Black with #170385
Text Example
Text Example
White with #170385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170385; }
p { color: rgb(23,3,133); }
H1.HeaderClassName
{
color: #170385;
}
.AnyTagClassName
{
color: #170385;
}
</style>
background-color css
<style>
a { background-color: #170385; }
a { background-color: rgb(23,3,133); }
div.DivClassName
{
background-color: #170385;
}
.BgClassName
{
background-color: #170385;
}
</style>
border-color css
<style>
span { border-color: #170385; }
span { border-color: rgb(23,3,133); }
td.TdClassName
{
border-color: #170385;
}
.TagClassName
{
border-color: #170385;
}
</style>