Shades of Ultramarine #170397
Tints of Ultramarine #170397
RGB
CMYK
RGB Variations
Color information
#170397 (or 0x170397) is known color: Ultramarine. HEX triplet: 17, 03 and 97. RGB value is (23,3,151). Sum of RGB (Red+Green+Blue) = 23+3+151=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 151 (59.38% from 255 or 85.31% from 177); Max value from RGB is 151 - color contains mainly: blue. Hex color #170397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170397 is #E8FC68. Grayscale: #191919. Windows color (decimal): -15268969 or 9896727. OLE color: 9896727.
HSL color Cylindrical-coordinate representation of color #170397: hue angle of 248.11º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170397 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 3 | 151 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.41 |
| HSL | 248.11º | 0.96% | 0.3% | - |
| HSV(B) | 248.11º | 0.98% | 0.59% | - |
| XYZ | 5.97 | 2.48 | 29.44 | - |
| YUV | 25.85 | 198.63 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 151 | 0.85 | 0.98 | 0 | 0.41 | 248.11 | 0.96 | 0.3 |
| Hex | 17 | 3 | 97 | 55 | 62 | 0 | 29 | F8 | 60 | 1E |
| Octal | 27 | 3 | 227 | 125 | 142 | 0 | 51 | 370 | 140 | 36 |
| Binary | 10111 | 11 | 10010111 | 1010101 | 1100010 | 0 | 101001 | 11111000 | 1100000 | 11110 |
Color Harmonies of #170397
Complementary color
Monochromatic Colors of #170397
Black with #170397
Text Example
Text Example
White with #170397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170397; }
p { color: rgb(23,3,151); }
H1.HeaderClassName
{
color: #170397;
}
.AnyTagClassName
{
color: #170397;
}
</style>
background-color css
<style>
a { background-color: #170397; }
a { background-color: rgb(23,3,151); }
div.DivClassName
{
background-color: #170397;
}
.BgClassName
{
background-color: #170397;
}
</style>
border-color css
<style>
span { border-color: #170397; }
span { border-color: rgb(23,3,151); }
td.TdClassName
{
border-color: #170397;
}
.TagClassName
{
border-color: #170397;
}
</style>