Shades of Ultramarine #17027A
Tints of Ultramarine #17027A
RGB
CMYK
RGB Variations
Color information
#17027A (or 0x17027A) is known color: Ultramarine. HEX triplet: 17, 02 and 7A. RGB value is (23,2,122). Sum of RGB (Red+Green+Blue) = 23+2+122=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #17027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17027A is #E8FD85. Grayscale: #151515. Windows color (decimal): -15269254 or 7995927. OLE color: 7995927.
HSL color Cylindrical-coordinate representation of color #17027A: hue angle of 250.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17027A is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 2 | 122 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.52 |
| HSL | 250.5º | 0.97% | 0.24% | - |
| HSV(B) | 250.5º | 0.98% | 0.48% | - |
| XYZ | 3.89 | 1.63 | 18.52 | - |
| YUV | 21.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 122 | 0.81 | 0.98 | 0 | 0.52 | 250.5 | 0.97 | 0.24 |
| Hex | 17 | 2 | 7A | 51 | 62 | 0 | 34 | FB | 61 | 18 |
| Octal | 27 | 2 | 172 | 121 | 142 | 0 | 64 | 373 | 141 | 30 |
| Binary | 10111 | 10 | 1111010 | 1010001 | 1100010 | 0 | 110100 | 11111011 | 1100001 | 11000 |
Color Harmonies of #17027A
Complementary color
Monochromatic Colors of #17027A
Black with #17027A
Text Example
Text Example
White with #17027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17027A; }
p { color: rgb(23,2,122); }
H1.HeaderClassName
{
color: #17027A;
}
.AnyTagClassName
{
color: #17027A;
}
</style>
background-color css
<style>
a { background-color: #17027A; }
a { background-color: rgb(23,2,122); }
div.DivClassName
{
background-color: #17027A;
}
.BgClassName
{
background-color: #17027A;
}
</style>
border-color css
<style>
span { border-color: #17027A; }
span { border-color: rgb(23,2,122); }
td.TdClassName
{
border-color: #17027A;
}
.TagClassName
{
border-color: #17027A;
}
</style>