Shades of Ultramarine #16038A
Tints of Ultramarine #16038A
RGB
CMYK
RGB Variations
Color information
#16038A (or 0x16038A) is known color: Ultramarine. HEX triplet: 16, 03 and 8A. RGB value is (22,3,138). Sum of RGB (Red+Green+Blue) = 22+3+138=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #16038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16038A is #E9FC75. Grayscale: #171717. Windows color (decimal): -15334518 or 9044758. OLE color: 9044758.
HSL color Cylindrical-coordinate representation of color #16038A: hue angle of 248.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16038A is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 3 | 138 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.46 |
| HSL | 248.44º | 0.96% | 0.28% | - |
| HSV(B) | 248.44º | 0.98% | 0.54% | - |
| XYZ | 4.95 | 2.07 | 24.18 | - |
| YUV | 24.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 138 | 0.84 | 0.98 | 0 | 0.46 | 248.44 | 0.96 | 0.28 |
| Hex | 16 | 3 | 8A | 54 | 62 | 0 | 2E | F8 | 60 | 1C |
| Octal | 26 | 3 | 212 | 124 | 142 | 0 | 56 | 370 | 140 | 34 |
| Binary | 10110 | 11 | 10001010 | 1010100 | 1100010 | 0 | 101110 | 11111000 | 1100000 | 11100 |
Color Harmonies of #16038A
Complementary color
Monochromatic Colors of #16038A
Black with #16038A
Text Example
Text Example
White with #16038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16038A; }
p { color: rgb(22,3,138); }
H1.HeaderClassName
{
color: #16038A;
}
.AnyTagClassName
{
color: #16038A;
}
</style>
background-color css
<style>
a { background-color: #16038A; }
a { background-color: rgb(22,3,138); }
div.DivClassName
{
background-color: #16038A;
}
.BgClassName
{
background-color: #16038A;
}
</style>
border-color css
<style>
span { border-color: #16038A; }
span { border-color: rgb(22,3,138); }
td.TdClassName
{
border-color: #16038A;
}
.TagClassName
{
border-color: #16038A;
}
</style>