Shades of Ultramarine #17087F
Tints of Ultramarine #17087F
RGB
CMYK
RGB Variations
Color information
#17087F (or 0x17087F) is known color: Ultramarine. HEX triplet: 17, 08 and 7F. RGB value is (23,8,127). Sum of RGB (Red+Green+Blue) = 23+8+127=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 127 (50% from 255 or 80.38% from 158); Max value from RGB is 127 - color contains mainly: blue. Hex color #17087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17087F is #E8F780. Grayscale: #191919. Windows color (decimal): -15267713 or 8325143. OLE color: 8325143.
HSL color Cylindrical-coordinate representation of color #17087F: hue angle of 247.56º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17087F is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 8 | 127 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.50 |
| HSL | 247.56º | 0.88% | 0.26% | - |
| HSV(B) | 247.56º | 0.94% | 0.5% | - |
| XYZ | 4.27 | 1.89 | 20.22 | - |
| YUV | 26.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 127 | 0.82 | 0.94 | 0 | 0.50 | 247.56 | 0.88 | 0.26 |
| Hex | 17 | 8 | 7F | 52 | 5E | 0 | 32 | F8 | 58 | 1A |
| Octal | 27 | 10 | 177 | 122 | 136 | 0 | 62 | 370 | 130 | 32 |
| Binary | 10111 | 1000 | 1111111 | 1010010 | 1011110 | 0 | 110010 | 11111000 | 1011000 | 11010 |
Color Harmonies of #17087F
Complementary color
Monochromatic Colors of #17087F
Black with #17087F
Text Example
Text Example
White with #17087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17087F; }
p { color: rgb(23,8,127); }
H1.HeaderClassName
{
color: #17087F;
}
.AnyTagClassName
{
color: #17087F;
}
</style>
background-color css
<style>
a { background-color: #17087F; }
a { background-color: rgb(23,8,127); }
div.DivClassName
{
background-color: #17087F;
}
.BgClassName
{
background-color: #17087F;
}
</style>
border-color css
<style>
span { border-color: #17087F; }
span { border-color: rgb(23,8,127); }
td.TdClassName
{
border-color: #17087F;
}
.TagClassName
{
border-color: #17087F;
}
</style>