Shades of Ultramarine #17077F
Tints of Ultramarine #17077F
RGB
CMYK
RGB Variations
Color information
#17077F (or 0x17077F) is known color: Ultramarine. HEX triplet: 17, 07 and 7F. RGB value is (23,7,127). Sum of RGB (Red+Green+Blue) = 23+7+127=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #17077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17077F is #E8F880. Grayscale: #191919. Windows color (decimal): -15267969 or 8324887. OLE color: 8324887.
HSL color Cylindrical-coordinate representation of color #17077F: hue angle of 248º degrees, saturation: 0.9, 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 #17077F is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 7 | 127 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.50 |
| HSL | 248º | 0.9% | 0.26% | - |
| HSV(B) | 248º | 0.94% | 0.5% | - |
| XYZ | 4.26 | 1.87 | 20.21 | - |
| YUV | 25.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 127 | 0.82 | 0.94 | 0 | 0.50 | 248 | 0.9 | 0.26 |
| Hex | 17 | 7 | 7F | 52 | 5E | 0 | 32 | F8 | 5A | 1A |
| Octal | 27 | 7 | 177 | 122 | 136 | 0 | 62 | 370 | 132 | 32 |
| Binary | 10111 | 111 | 1111111 | 1010010 | 1011110 | 0 | 110010 | 11111000 | 1011010 | 11010 |
Color Harmonies of #17077F
Complementary color
Monochromatic Colors of #17077F
Black with #17077F
Text Example
Text Example
White with #17077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17077F; }
p { color: rgb(23,7,127); }
H1.HeaderClassName
{
color: #17077F;
}
.AnyTagClassName
{
color: #17077F;
}
</style>
background-color css
<style>
a { background-color: #17077F; }
a { background-color: rgb(23,7,127); }
div.DivClassName
{
background-color: #17077F;
}
.BgClassName
{
background-color: #17077F;
}
</style>
border-color css
<style>
span { border-color: #17077F; }
span { border-color: rgb(23,7,127); }
td.TdClassName
{
border-color: #17077F;
}
.TagClassName
{
border-color: #17077F;
}
</style>