Shades of Ultramarine #16037E
Tints of Ultramarine #16037E
RGB
CMYK
RGB Variations
Color information
#16037E (or 0x16037E) is known color: Ultramarine. HEX triplet: 16, 03 and 7E. RGB value is (22,3,126). Sum of RGB (Red+Green+Blue) = 22+3+126=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #16037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16037E is #E9FC81. Grayscale: #161616. Windows color (decimal): -15334530 or 8258326. OLE color: 8258326.
HSL color Cylindrical-coordinate representation of color #16037E: hue angle of 249.27º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16037E is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 3 | 126 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.51 |
| HSL | 249.27º | 0.95% | 0.25% | - |
| HSV(B) | 249.27º | 0.98% | 0.49% | - |
| XYZ | 4.13 | 1.74 | 19.86 | - |
| YUV | 22.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 126 | 0.83 | 0.98 | 0 | 0.51 | 249.27 | 0.95 | 0.25 |
| Hex | 16 | 3 | 7E | 53 | 62 | 0 | 33 | F9 | 5F | 19 |
| Octal | 26 | 3 | 176 | 123 | 142 | 0 | 63 | 371 | 137 | 31 |
| Binary | 10110 | 11 | 1111110 | 1010011 | 1100010 | 0 | 110011 | 11111001 | 1011111 | 11001 |
Color Harmonies of #16037E
Complementary color
Monochromatic Colors of #16037E
Black with #16037E
Text Example
Text Example
White with #16037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16037E; }
p { color: rgb(22,3,126); }
H1.HeaderClassName
{
color: #16037E;
}
.AnyTagClassName
{
color: #16037E;
}
</style>
background-color css
<style>
a { background-color: #16037E; }
a { background-color: rgb(22,3,126); }
div.DivClassName
{
background-color: #16037E;
}
.BgClassName
{
background-color: #16037E;
}
</style>
border-color css
<style>
span { border-color: #16037E; }
span { border-color: rgb(22,3,126); }
td.TdClassName
{
border-color: #16037E;
}
.TagClassName
{
border-color: #16037E;
}
</style>