Shades of Ultramarine #16077E
Tints of Ultramarine #16077E
RGB
CMYK
RGB Variations
Color information
#16077E (or 0x16077E) is known color: Ultramarine. HEX triplet: 16, 07 and 7E. RGB value is (22,7,126). Sum of RGB (Red+Green+Blue) = 22+7+126=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 126 (49.61% from 255 or 81.29% from 155); Max value from RGB is 126 - color contains mainly: blue. Hex color #16077E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16077E is #E9F881. Grayscale: #181818. Windows color (decimal): -15333506 or 8259350. OLE color: 8259350.
HSL color Cylindrical-coordinate representation of color #16077E: hue angle of 247.56º 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 #16077E is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 7 | 126 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.51 |
| HSL | 247.56º | 0.89% | 0.26% | - |
| HSV(B) | 247.56º | 0.94% | 0.49% | - |
| XYZ | 4.17 | 1.83 | 19.87 | - |
| YUV | 25.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 126 | 0.83 | 0.94 | 0 | 0.51 | 247.56 | 0.89 | 0.26 |
| Hex | 16 | 7 | 7E | 53 | 5E | 0 | 33 | F8 | 59 | 1A |
| Octal | 26 | 7 | 176 | 123 | 136 | 0 | 63 | 370 | 131 | 32 |
| Binary | 10110 | 111 | 1111110 | 1010011 | 1011110 | 0 | 110011 | 11111000 | 1011001 | 11010 |
Color Harmonies of #16077E
Complementary color
Monochromatic Colors of #16077E
Black with #16077E
Text Example
Text Example
White with #16077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16077E; }
p { color: rgb(22,7,126); }
H1.HeaderClassName
{
color: #16077E;
}
.AnyTagClassName
{
color: #16077E;
}
</style>
background-color css
<style>
a { background-color: #16077E; }
a { background-color: rgb(22,7,126); }
div.DivClassName
{
background-color: #16077E;
}
.BgClassName
{
background-color: #16077E;
}
</style>
border-color css
<style>
span { border-color: #16077E; }
span { border-color: rgb(22,7,126); }
td.TdClassName
{
border-color: #16077E;
}
.TagClassName
{
border-color: #16077E;
}
</style>