Shades of Ultramarine #16067D
Tints of Ultramarine #16067D
RGB
CMYK
RGB Variations
Color information
#16067D (or 0x16067D) is known color: Ultramarine. HEX triplet: 16, 06 and 7D. RGB value is (22,6,125). Sum of RGB (Red+Green+Blue) = 22+6+125=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #16067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16067D is #E9F982. Grayscale: #171717. Windows color (decimal): -15333763 or 8193558. OLE color: 8193558.
HSL color Cylindrical-coordinate representation of color #16067D: hue angle of 248.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16067D is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 6 | 125 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.51 |
| HSL | 248.07º | 0.91% | 0.26% | - |
| HSV(B) | 248.07º | 0.95% | 0.49% | - |
| XYZ | 4.1 | 1.78 | 19.53 | - |
| YUV | 24.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 125 | 0.82 | 0.95 | 0 | 0.51 | 248.07 | 0.91 | 0.26 |
| Hex | 16 | 6 | 7D | 52 | 5F | 0 | 33 | F8 | 5B | 1A |
| Octal | 26 | 6 | 175 | 122 | 137 | 0 | 63 | 370 | 133 | 32 |
| Binary | 10110 | 110 | 1111101 | 1010010 | 1011111 | 0 | 110011 | 11111000 | 1011011 | 11010 |
Color Harmonies of #16067D
Complementary color
Monochromatic Colors of #16067D
Black with #16067D
Text Example
Text Example
White with #16067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16067D; }
p { color: rgb(22,6,125); }
H1.HeaderClassName
{
color: #16067D;
}
.AnyTagClassName
{
color: #16067D;
}
</style>
background-color css
<style>
a { background-color: #16067D; }
a { background-color: rgb(22,6,125); }
div.DivClassName
{
background-color: #16067D;
}
.BgClassName
{
background-color: #16067D;
}
</style>
border-color css
<style>
span { border-color: #16067D; }
span { border-color: rgb(22,6,125); }
td.TdClassName
{
border-color: #16067D;
}
.TagClassName
{
border-color: #16067D;
}
</style>