Shades of Ultramarine #17077E
Tints of Ultramarine #17077E
RGB
CMYK
RGB Variations
Color information
#17077E (or 0x17077E) is known color: Ultramarine. HEX triplet: 17, 07 and 7E. RGB value is (23,7,126). Sum of RGB (Red+Green+Blue) = 23+7+126=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 126 (49.61% from 255 or 80.77% from 156); Max value from RGB is 126 - color contains mainly: blue. Hex color #17077E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17077E is #E8F881. Grayscale: #181818. Windows color (decimal): -15267970 or 8259351. OLE color: 8259351.
HSL color Cylindrical-coordinate representation of color #17077E: hue angle of 248.07º degrees, saturation: 0.89, 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 #17077E is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 7 | 126 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.51 |
| HSL | 248.07º | 0.89% | 0.26% | - |
| HSV(B) | 248.07º | 0.94% | 0.49% | - |
| XYZ | 4.2 | 1.84 | 19.87 | - |
| YUV | 25.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 126 | 0.82 | 0.94 | 0 | 0.51 | 248.07 | 0.89 | 0.26 |
| Hex | 17 | 7 | 7E | 52 | 5E | 0 | 33 | F8 | 59 | 1A |
| Octal | 27 | 7 | 176 | 122 | 136 | 0 | 63 | 370 | 131 | 32 |
| Binary | 10111 | 111 | 1111110 | 1010010 | 1011110 | 0 | 110011 | 11111000 | 1011001 | 11010 |
Color Harmonies of #17077E
Complementary color
Monochromatic Colors of #17077E
Black with #17077E
Text Example
Text Example
White with #17077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17077E; }
p { color: rgb(23,7,126); }
H1.HeaderClassName
{
color: #17077E;
}
.AnyTagClassName
{
color: #17077E;
}
</style>
background-color css
<style>
a { background-color: #17077E; }
a { background-color: rgb(23,7,126); }
div.DivClassName
{
background-color: #17077E;
}
.BgClassName
{
background-color: #17077E;
}
</style>
border-color css
<style>
span { border-color: #17077E; }
span { border-color: rgb(23,7,126); }
td.TdClassName
{
border-color: #17077E;
}
.TagClassName
{
border-color: #17077E;
}
</style>