Shades of Ultramarine #16087C
Tints of Ultramarine #16087C
RGB
CMYK
RGB Variations
Color information
#16087C (or 0x16087C) is known color: Ultramarine. HEX triplet: 16, 08 and 7C. RGB value is (22,8,124). Sum of RGB (Red+Green+Blue) = 22+8+124=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #16087C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16087C is #E9F783. Grayscale: #181818. Windows color (decimal): -15333252 or 8128534. OLE color: 8128534.
HSL color Cylindrical-coordinate representation of color #16087C: hue angle of 247.24º degrees, saturation: 0.88, 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 #16087C is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 8 | 124 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.51 |
| HSL | 247.24º | 0.88% | 0.26% | - |
| HSV(B) | 247.24º | 0.94% | 0.49% | - |
| XYZ | 4.06 | 1.8 | 19.2 | - |
| YUV | 25.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 124 | 0.82 | 0.94 | 0 | 0.51 | 247.24 | 0.88 | 0.26 |
| Hex | 16 | 8 | 7C | 52 | 5E | 0 | 33 | F7 | 58 | 1A |
| Octal | 26 | 10 | 174 | 122 | 136 | 0 | 63 | 367 | 130 | 32 |
| Binary | 10110 | 1000 | 1111100 | 1010010 | 1011110 | 0 | 110011 | 11110111 | 1011000 | 11010 |
Color Harmonies of #16087C
Complementary color
Monochromatic Colors of #16087C
Black with #16087C
Text Example
Text Example
White with #16087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16087C; }
p { color: rgb(22,8,124); }
H1.HeaderClassName
{
color: #16087C;
}
.AnyTagClassName
{
color: #16087C;
}
</style>
background-color css
<style>
a { background-color: #16087C; }
a { background-color: rgb(22,8,124); }
div.DivClassName
{
background-color: #16087C;
}
.BgClassName
{
background-color: #16087C;
}
</style>
border-color css
<style>
span { border-color: #16087C; }
span { border-color: rgb(22,8,124); }
td.TdClassName
{
border-color: #16087C;
}
.TagClassName
{
border-color: #16087C;
}
</style>