Shades of Ultramarine #17057E
Tints of Ultramarine #17057E
RGB
CMYK
RGB Variations
Color information
#17057E (or 0x17057E) is known color: Ultramarine. HEX triplet: 17, 05 and 7E. RGB value is (23,5,126). Sum of RGB (Red+Green+Blue) = 23+5+126=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 126 (49.61% from 255 or 81.82% from 154); Max value from RGB is 126 - color contains mainly: blue. Hex color #17057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17057E is #E8FA81. Grayscale: #171717. Windows color (decimal): -15268482 or 8258839. OLE color: 8258839.
HSL color Cylindrical-coordinate representation of color #17057E: hue angle of 248.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17057E is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 5 | 126 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.51 |
| HSL | 248.93º | 0.92% | 0.26% | - |
| HSV(B) | 248.93º | 0.96% | 0.49% | - |
| XYZ | 4.17 | 1.8 | 19.87 | - |
| YUV | 24.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 126 | 0.82 | 0.96 | 0 | 0.51 | 248.93 | 0.92 | 0.26 |
| Hex | 17 | 5 | 7E | 52 | 60 | 0 | 33 | F9 | 5C | 1A |
| Octal | 27 | 5 | 176 | 122 | 140 | 0 | 63 | 371 | 134 | 32 |
| Binary | 10111 | 101 | 1111110 | 1010010 | 1100000 | 0 | 110011 | 11111001 | 1011100 | 11010 |
Color Harmonies of #17057E
Complementary color
Monochromatic Colors of #17057E
Black with #17057E
Text Example
Text Example
White with #17057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17057E; }
p { color: rgb(23,5,126); }
H1.HeaderClassName
{
color: #17057E;
}
.AnyTagClassName
{
color: #17057E;
}
</style>
background-color css
<style>
a { background-color: #17057E; }
a { background-color: rgb(23,5,126); }
div.DivClassName
{
background-color: #17057E;
}
.BgClassName
{
background-color: #17057E;
}
</style>
border-color css
<style>
span { border-color: #17057E; }
span { border-color: rgb(23,5,126); }
td.TdClassName
{
border-color: #17057E;
}
.TagClassName
{
border-color: #17057E;
}
</style>