Shades of Ultramarine #11038E
Tints of Ultramarine #11038E
RGB
CMYK
RGB Variations
Color information
#11038E (or 0x11038E) is known color: Ultramarine. HEX triplet: 11, 03 and 8E. RGB value is (17,3,142). Sum of RGB (Red+Green+Blue) = 17+3+142=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 142 (55.86% from 255 or 87.65% from 162); Max value from RGB is 142 - color contains mainly: blue. Hex color #11038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11038E is #EEFC71. Grayscale: #161616. Windows color (decimal): -15662194 or 9306897. OLE color: 9306897.
HSL color Cylindrical-coordinate representation of color #11038E: hue angle of 246.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11038E is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 3 | 142 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.44 |
| HSL | 246.04º | 0.96% | 0.28% | - |
| HSV(B) | 246.04º | 0.98% | 0.56% | - |
| XYZ | 5.15 | 2.14 | 25.73 | - |
| YUV | 23.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 142 | 0.88 | 0.98 | 0 | 0.44 | 246.04 | 0.96 | 0.28 |
| Hex | 11 | 3 | 8E | 58 | 62 | 0 | 2C | F6 | 60 | 1C |
| Octal | 21 | 3 | 216 | 130 | 142 | 0 | 54 | 366 | 140 | 34 |
| Binary | 10001 | 11 | 10001110 | 1011000 | 1100010 | 0 | 101100 | 11110110 | 1100000 | 11100 |
Color Harmonies of #11038E
Complementary color
Monochromatic Colors of #11038E
Black with #11038E
Text Example
Text Example
White with #11038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11038E; }
p { color: rgb(17,3,142); }
H1.HeaderClassName
{
color: #11038E;
}
.AnyTagClassName
{
color: #11038E;
}
</style>
background-color css
<style>
a { background-color: #11038E; }
a { background-color: rgb(17,3,142); }
div.DivClassName
{
background-color: #11038E;
}
.BgClassName
{
background-color: #11038E;
}
</style>
border-color css
<style>
span { border-color: #11038E; }
span { border-color: rgb(17,3,142); }
td.TdClassName
{
border-color: #11038E;
}
.TagClassName
{
border-color: #11038E;
}
</style>