Shades of Ultramarine #16068C
Tints of Ultramarine #16068C
RGB
CMYK
RGB Variations
Color information
#16068C (or 0x16068C) is known color: Ultramarine. HEX triplet: 16, 06 and 8C. RGB value is (22,6,140). Sum of RGB (Red+Green+Blue) = 22+6+140=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #16068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16068C is #E9F973. Grayscale: #191919. Windows color (decimal): -15333748 or 9176598. OLE color: 9176598.
HSL color Cylindrical-coordinate representation of color #16068C: hue angle of 247.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16068C is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 6 | 140 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.45 |
| HSL | 247.16º | 0.92% | 0.29% | - |
| HSV(B) | 247.16º | 0.96% | 0.55% | - |
| XYZ | 5.13 | 2.19 | 24.96 | - |
| YUV | 26.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 140 | 0.84 | 0.96 | 0 | 0.45 | 247.16 | 0.92 | 0.29 |
| Hex | 16 | 6 | 8C | 54 | 60 | 0 | 2D | F7 | 5C | 1D |
| Octal | 26 | 6 | 214 | 124 | 140 | 0 | 55 | 367 | 134 | 35 |
| Binary | 10110 | 110 | 10001100 | 1010100 | 1100000 | 0 | 101101 | 11110111 | 1011100 | 11101 |
Color Harmonies of #16068C
Complementary color
Monochromatic Colors of #16068C
Black with #16068C
Text Example
Text Example
White with #16068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16068C; }
p { color: rgb(22,6,140); }
H1.HeaderClassName
{
color: #16068C;
}
.AnyTagClassName
{
color: #16068C;
}
</style>
background-color css
<style>
a { background-color: #16068C; }
a { background-color: rgb(22,6,140); }
div.DivClassName
{
background-color: #16068C;
}
.BgClassName
{
background-color: #16068C;
}
</style>
border-color css
<style>
span { border-color: #16068C; }
span { border-color: rgb(22,6,140); }
td.TdClassName
{
border-color: #16068C;
}
.TagClassName
{
border-color: #16068C;
}
</style>