Shades of Ultramarine #16017F
Tints of Ultramarine #16017F
RGB
CMYK
RGB Variations
Color information
#16017F (or 0x16017F) is known color: Ultramarine. HEX triplet: 16, 01 and 7F. RGB value is (22,1,127). Sum of RGB (Red+Green+Blue) = 22+1+127=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #16017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16017F is #E9FE80. Grayscale: #151515. Windows color (decimal): -15335041 or 8323350. OLE color: 8323350.
HSL color Cylindrical-coordinate representation of color #16017F: hue angle of 250º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16017F is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 1 | 127 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.50 |
| HSL | 250º | 0.98% | 0.25% | - |
| HSV(B) | 250º | 0.99% | 0.5% | - |
| XYZ | 4.17 | 1.72 | 20.19 | - |
| YUV | 21.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 127 | 0.83 | 0.99 | 0 | 0.50 | 250 | 0.98 | 0.25 |
| Hex | 16 | 1 | 7F | 53 | 63 | 0 | 32 | FA | 62 | 19 |
| Octal | 26 | 1 | 177 | 123 | 143 | 0 | 62 | 372 | 142 | 31 |
| Binary | 10110 | 1 | 1111111 | 1010011 | 1100011 | 0 | 110010 | 11111010 | 1100010 | 11001 |
Color Harmonies of #16017F
Complementary color
Monochromatic Colors of #16017F
Black with #16017F
Text Example
Text Example
White with #16017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16017F; }
p { color: rgb(22,1,127); }
H1.HeaderClassName
{
color: #16017F;
}
.AnyTagClassName
{
color: #16017F;
}
</style>
background-color css
<style>
a { background-color: #16017F; }
a { background-color: rgb(22,1,127); }
div.DivClassName
{
background-color: #16017F;
}
.BgClassName
{
background-color: #16017F;
}
</style>
border-color css
<style>
span { border-color: #16017F; }
span { border-color: rgb(22,1,127); }
td.TdClassName
{
border-color: #16017F;
}
.TagClassName
{
border-color: #16017F;
}
</style>