Shades of Ultramarine #16037F
Tints of Ultramarine #16037F
RGB
CMYK
RGB Variations
Color information
#16037F (or 0x16037F) is known color: Ultramarine. HEX triplet: 16, 03 and 7F. RGB value is (22,3,127). Sum of RGB (Red+Green+Blue) = 22+3+127=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #16037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16037F is #E9FC80. Grayscale: #161616. Windows color (decimal): -15334529 or 8323862. OLE color: 8323862.
HSL color Cylindrical-coordinate representation of color #16037F: hue angle of 249.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16037F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 3 | 127 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.50 |
| HSL | 249.19º | 0.95% | 0.25% | - |
| HSV(B) | 249.19º | 0.98% | 0.5% | - |
| XYZ | 4.19 | 1.77 | 20.2 | - |
| YUV | 22.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 127 | 0.83 | 0.98 | 0 | 0.50 | 249.19 | 0.95 | 0.25 |
| Hex | 16 | 3 | 7F | 53 | 62 | 0 | 32 | F9 | 5F | 19 |
| Octal | 26 | 3 | 177 | 123 | 142 | 0 | 62 | 371 | 137 | 31 |
| Binary | 10110 | 11 | 1111111 | 1010011 | 1100010 | 0 | 110010 | 11111001 | 1011111 | 11001 |
Color Harmonies of #16037F
Complementary color
Monochromatic Colors of #16037F
Black with #16037F
Text Example
Text Example
White with #16037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16037F; }
p { color: rgb(22,3,127); }
H1.HeaderClassName
{
color: #16037F;
}
.AnyTagClassName
{
color: #16037F;
}
</style>
background-color css
<style>
a { background-color: #16037F; }
a { background-color: rgb(22,3,127); }
div.DivClassName
{
background-color: #16037F;
}
.BgClassName
{
background-color: #16037F;
}
</style>
border-color css
<style>
span { border-color: #16037F; }
span { border-color: rgb(22,3,127); }
td.TdClassName
{
border-color: #16037F;
}
.TagClassName
{
border-color: #16037F;
}
</style>