Shades of Ultramarine #17027F
Tints of Ultramarine #17027F
RGB
CMYK
RGB Variations
Color information
#17027F (or 0x17027F) is known color: Ultramarine. HEX triplet: 17, 02 and 7F. RGB value is (23,2,127). Sum of RGB (Red+Green+Blue) = 23+2+127=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #17027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17027F is #E8FD80. Grayscale: #161616. Windows color (decimal): -15269249 or 8323607. OLE color: 8323607.
HSL color Cylindrical-coordinate representation of color #17027F: hue angle of 250.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17027F is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 2 | 127 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.50 |
| HSL | 250.08º | 0.97% | 0.25% | - |
| HSV(B) | 250.08º | 0.98% | 0.5% | - |
| XYZ | 4.21 | 1.76 | 20.2 | - |
| YUV | 22.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 127 | 0.82 | 0.98 | 0 | 0.50 | 250.08 | 0.97 | 0.25 |
| Hex | 17 | 2 | 7F | 52 | 62 | 0 | 32 | FA | 61 | 19 |
| Octal | 27 | 2 | 177 | 122 | 142 | 0 | 62 | 372 | 141 | 31 |
| Binary | 10111 | 10 | 1111111 | 1010010 | 1100010 | 0 | 110010 | 11111010 | 1100001 | 11001 |
Color Harmonies of #17027F
Complementary color
Monochromatic Colors of #17027F
Black with #17027F
Text Example
Text Example
White with #17027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17027F; }
p { color: rgb(23,2,127); }
H1.HeaderClassName
{
color: #17027F;
}
.AnyTagClassName
{
color: #17027F;
}
</style>
background-color css
<style>
a { background-color: #17027F; }
a { background-color: rgb(23,2,127); }
div.DivClassName
{
background-color: #17027F;
}
.BgClassName
{
background-color: #17027F;
}
</style>
border-color css
<style>
span { border-color: #17027F; }
span { border-color: rgb(23,2,127); }
td.TdClassName
{
border-color: #17027F;
}
.TagClassName
{
border-color: #17027F;
}
</style>