Shades of Ultramarine #17087D
Tints of Ultramarine #17087D
RGB
CMYK
RGB Variations
Color information
#17087D (or 0x17087D) is known color: Ultramarine. HEX triplet: 17, 08 and 7D. RGB value is (23,8,125). Sum of RGB (Red+Green+Blue) = 23+8+125=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #17087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17087D is #E8F782. Grayscale: #191919. Windows color (decimal): -15267715 or 8194071. OLE color: 8194071.
HSL color Cylindrical-coordinate representation of color #17087D: hue angle of 247.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17087D is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 8 | 125 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.51 |
| HSL | 247.69º | 0.88% | 0.26% | - |
| HSV(B) | 247.69º | 0.94% | 0.49% | - |
| XYZ | 4.14 | 1.84 | 19.54 | - |
| YUV | 25.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 125 | 0.82 | 0.94 | 0 | 0.51 | 247.69 | 0.88 | 0.26 |
| Hex | 17 | 8 | 7D | 52 | 5E | 0 | 33 | F8 | 58 | 1A |
| Octal | 27 | 10 | 175 | 122 | 136 | 0 | 63 | 370 | 130 | 32 |
| Binary | 10111 | 1000 | 1111101 | 1010010 | 1011110 | 0 | 110011 | 11111000 | 1011000 | 11010 |
Color Harmonies of #17087D
Complementary color
Monochromatic Colors of #17087D
Black with #17087D
Text Example
Text Example
White with #17087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17087D; }
p { color: rgb(23,8,125); }
H1.HeaderClassName
{
color: #17087D;
}
.AnyTagClassName
{
color: #17087D;
}
</style>
background-color css
<style>
a { background-color: #17087D; }
a { background-color: rgb(23,8,125); }
div.DivClassName
{
background-color: #17087D;
}
.BgClassName
{
background-color: #17087D;
}
</style>
border-color css
<style>
span { border-color: #17087D; }
span { border-color: rgb(23,8,125); }
td.TdClassName
{
border-color: #17087D;
}
.TagClassName
{
border-color: #17087D;
}
</style>