Shades of Ultramarine #170380
Tints of Ultramarine #170380
RGB
CMYK
RGB Variations
Color information
#170380 (or 0x170380) is known color: Ultramarine. HEX triplet: 17, 03 and 80. RGB value is (23,3,128). Sum of RGB (Red+Green+Blue) = 23+3+128=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #170380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170380 is #E8FC7F. Grayscale: #161616. Windows color (decimal): -15268992 or 8389399. OLE color: 8389399.
HSL color Cylindrical-coordinate representation of color #170380: hue angle of 249.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170380 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 3 | 128 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.50 |
| HSL | 249.6º | 0.95% | 0.26% | - |
| HSV(B) | 249.6º | 0.98% | 0.5% | - |
| XYZ | 4.28 | 1.81 | 20.54 | - |
| YUV | 23.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 128 | 0.82 | 0.98 | 0 | 0.50 | 249.6 | 0.95 | 0.26 |
| Hex | 17 | 3 | 80 | 52 | 62 | 0 | 32 | FA | 5F | 1A |
| Octal | 27 | 3 | 200 | 122 | 142 | 0 | 62 | 372 | 137 | 32 |
| Binary | 10111 | 11 | 10000000 | 1010010 | 1100010 | 0 | 110010 | 11111010 | 1011111 | 11010 |
Color Harmonies of #170380
Complementary color
Monochromatic Colors of #170380
Black with #170380
Text Example
Text Example
White with #170380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170380; }
p { color: rgb(23,3,128); }
H1.HeaderClassName
{
color: #170380;
}
.AnyTagClassName
{
color: #170380;
}
</style>
background-color css
<style>
a { background-color: #170380; }
a { background-color: rgb(23,3,128); }
div.DivClassName
{
background-color: #170380;
}
.BgClassName
{
background-color: #170380;
}
</style>
border-color css
<style>
span { border-color: #170380; }
span { border-color: rgb(23,3,128); }
td.TdClassName
{
border-color: #170380;
}
.TagClassName
{
border-color: #170380;
}
</style>