Shades of Ultramarine #16039C
Tints of Ultramarine #16039C
RGB
CMYK
RGB Variations
Color information
#16039C (or 0x16039C) is known color: Ultramarine. HEX triplet: 16, 03 and 9C. RGB value is (22,3,156). Sum of RGB (Red+Green+Blue) = 22+3+156=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 156 (61.33% from 255 or 86.19% from 181); Max value from RGB is 156 - color contains mainly: blue. Hex color #16039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16039C is #E9FC63. Grayscale: #191919. Windows color (decimal): -15334500 or 10224406. OLE color: 10224406.
HSL color Cylindrical-coordinate representation of color #16039C: hue angle of 247.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16039C is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 3 | 156 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.39 |
| HSL | 247.45º | 0.96% | 0.31% | - |
| HSV(B) | 247.45º | 0.98% | 0.61% | - |
| XYZ | 6.36 | 2.64 | 31.63 | - |
| YUV | 26.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 156 | 0.86 | 0.98 | 0 | 0.39 | 247.45 | 0.96 | 0.31 |
| Hex | 16 | 3 | 9C | 56 | 62 | 0 | 27 | F7 | 60 | 1F |
| Octal | 26 | 3 | 234 | 126 | 142 | 0 | 47 | 367 | 140 | 37 |
| Binary | 10110 | 11 | 10011100 | 1010110 | 1100010 | 0 | 100111 | 11110111 | 1100000 | 11111 |
Color Harmonies of #16039C
Complementary color
Monochromatic Colors of #16039C
Black with #16039C
Text Example
Text Example
White with #16039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16039C; }
p { color: rgb(22,3,156); }
H1.HeaderClassName
{
color: #16039C;
}
.AnyTagClassName
{
color: #16039C;
}
</style>
background-color css
<style>
a { background-color: #16039C; }
a { background-color: rgb(22,3,156); }
div.DivClassName
{
background-color: #16039C;
}
.BgClassName
{
background-color: #16039C;
}
</style>
border-color css
<style>
span { border-color: #16039C; }
span { border-color: rgb(22,3,156); }
td.TdClassName
{
border-color: #16039C;
}
.TagClassName
{
border-color: #16039C;
}
</style>