Shades of Ultramarine #170795
Tints of Ultramarine #170795
RGB
CMYK
RGB Variations
Color information
#170795 (or 0x170795) is known color: Ultramarine. HEX triplet: 17, 07 and 95. RGB value is (23,7,149). Sum of RGB (Red+Green+Blue) = 23+7+149=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #170795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170795 is #E8F86A. Grayscale: #1B1B1B. Windows color (decimal): -15267947 or 9766679. OLE color: 9766679.
HSL color Cylindrical-coordinate representation of color #170795: hue angle of 246.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170795 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 7 | 149 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.42 |
| HSL | 246.76º | 0.91% | 0.31% | - |
| HSV(B) | 246.76º | 0.95% | 0.58% | - |
| XYZ | 5.85 | 2.5 | 28.61 | - |
| YUV | 27.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 149 | 0.85 | 0.95 | 0 | 0.42 | 246.76 | 0.91 | 0.31 |
| Hex | 17 | 7 | 95 | 55 | 5F | 0 | 2A | F7 | 5B | 1F |
| Octal | 27 | 7 | 225 | 125 | 137 | 0 | 52 | 367 | 133 | 37 |
| Binary | 10111 | 111 | 10010101 | 1010101 | 1011111 | 0 | 101010 | 11110111 | 1011011 | 11111 |
Color Harmonies of #170795
Complementary color
Monochromatic Colors of #170795
Black with #170795
Text Example
Text Example
White with #170795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170795; }
p { color: rgb(23,7,149); }
H1.HeaderClassName
{
color: #170795;
}
.AnyTagClassName
{
color: #170795;
}
</style>
background-color css
<style>
a { background-color: #170795; }
a { background-color: rgb(23,7,149); }
div.DivClassName
{
background-color: #170795;
}
.BgClassName
{
background-color: #170795;
}
</style>
border-color css
<style>
span { border-color: #170795; }
span { border-color: rgb(23,7,149); }
td.TdClassName
{
border-color: #170795;
}
.TagClassName
{
border-color: #170795;
}
</style>