Shades of Ultramarine #1016A7
Tints of Ultramarine #1016A7
RGB
CMYK
RGB Variations
Color information
#1016A7 (or 0x1016A7) is known color: Ultramarine. HEX triplet: 10, 16 and A7. RGB value is (16,22,167). Sum of RGB (Red+Green+Blue) = 16+22+167=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 167 (65.62% from 255 or 81.46% from 205); Max value from RGB is 167 - color contains mainly: blue. Hex color #1016A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1016A7 is #EFE958. Grayscale: #242424. Windows color (decimal): -15722841 or 10950160. OLE color: 10950160.
HSL color Cylindrical-coordinate representation of color #1016A7: hue angle of 237.62º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1016A7 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 22 | 167 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.35 |
| HSL | 237.62º | 0.83% | 0.36% | - |
| HSV(B) | 237.62º | 0.9% | 0.65% | - |
| XYZ | 7.48 | 3.47 | 36.84 | - |
| YUV | 36.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 167 | 0.90 | 0.87 | 0 | 0.35 | 237.62 | 0.83 | 0.36 |
| Hex | 10 | 16 | A7 | 5A | 57 | 0 | 23 | EE | 53 | 24 |
| Octal | 20 | 26 | 247 | 132 | 127 | 0 | 43 | 356 | 123 | 44 |
| Binary | 10000 | 10110 | 10100111 | 1011010 | 1010111 | 0 | 100011 | 11101110 | 1010011 | 100100 |
Color Harmonies of #1016A7
Complementary color
Monochromatic Colors of #1016A7
Black with #1016A7
Text Example
Text Example
White with #1016A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016A7; }
p { color: rgb(16,22,167); }
H1.HeaderClassName
{
color: #1016A7;
}
.AnyTagClassName
{
color: #1016A7;
}
</style>
background-color css
<style>
a { background-color: #1016A7; }
a { background-color: rgb(16,22,167); }
div.DivClassName
{
background-color: #1016A7;
}
.BgClassName
{
background-color: #1016A7;
}
</style>
border-color css
<style>
span { border-color: #1016A7; }
span { border-color: rgb(16,22,167); }
td.TdClassName
{
border-color: #1016A7;
}
.TagClassName
{
border-color: #1016A7;
}
</style>