Shades of Ultramarine #16238D
Tints of Ultramarine #16238D
RGB
CMYK
RGB Variations
Color information
#16238D (or 0x16238D) is known color: Ultramarine. HEX triplet: 16, 23 and 8D. RGB value is (22,35,141). Sum of RGB (Red+Green+Blue) = 22+35+141=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #16238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16238D is #E9DC72. Grayscale: #2A2A2A. Windows color (decimal): -15326323 or 9249558. OLE color: 9249558.
HSL color Cylindrical-coordinate representation of color #16238D: hue angle of 233.45º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16238D is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 35 | 141 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.45 |
| HSL | 233.45º | 0.73% | 0.32% | - |
| HSV(B) | 233.45º | 0.84% | 0.55% | - |
| XYZ | 5.74 | 3.3 | 25.53 | - |
| YUV | 43.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 141 | 0.84 | 0.75 | 0 | 0.45 | 233.45 | 0.73 | 0.32 |
| Hex | 16 | 23 | 8D | 54 | 4B | 0 | 2D | E9 | 49 | 20 |
| Octal | 26 | 43 | 215 | 124 | 113 | 0 | 55 | 351 | 111 | 40 |
| Binary | 10110 | 100011 | 10001101 | 1010100 | 1001011 | 0 | 101101 | 11101001 | 1001001 | 100000 |
Color Harmonies of #16238D
Complementary color
Monochromatic Colors of #16238D
Black with #16238D
Text Example
Text Example
White with #16238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16238D; }
p { color: rgb(22,35,141); }
H1.HeaderClassName
{
color: #16238D;
}
.AnyTagClassName
{
color: #16238D;
}
</style>
background-color css
<style>
a { background-color: #16238D; }
a { background-color: rgb(22,35,141); }
div.DivClassName
{
background-color: #16238D;
}
.BgClassName
{
background-color: #16238D;
}
</style>
border-color css
<style>
span { border-color: #16238D; }
span { border-color: rgb(22,35,141); }
td.TdClassName
{
border-color: #16238D;
}
.TagClassName
{
border-color: #16238D;
}
</style>