Shades of Ultramarine #11038C
Tints of Ultramarine #11038C
RGB
CMYK
RGB Variations
Color information
#11038C (or 0x11038C) is known color: Ultramarine. HEX triplet: 11, 03 and 8C. RGB value is (17,3,140). Sum of RGB (Red+Green+Blue) = 17+3+140=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 140 (55.08% from 255 or 87.5% from 160); Max value from RGB is 140 - color contains mainly: blue. Hex color #11038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11038C is #EEFC73. Grayscale: #161616. Windows color (decimal): -15662196 or 9175825. OLE color: 9175825.
HSL color Cylindrical-coordinate representation of color #11038C: hue angle of 246.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11038C is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 3 | 140 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.45 |
| HSL | 246.13º | 0.96% | 0.28% | - |
| HSV(B) | 246.13º | 0.98% | 0.55% | - |
| XYZ | 5 | 2.08 | 24.95 | - |
| YUV | 22.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 140 | 0.88 | 0.98 | 0 | 0.45 | 246.13 | 0.96 | 0.28 |
| Hex | 11 | 3 | 8C | 58 | 62 | 0 | 2D | F6 | 60 | 1C |
| Octal | 21 | 3 | 214 | 130 | 142 | 0 | 55 | 366 | 140 | 34 |
| Binary | 10001 | 11 | 10001100 | 1011000 | 1100010 | 0 | 101101 | 11110110 | 1100000 | 11100 |
Color Harmonies of #11038C
Complementary color
Monochromatic Colors of #11038C
Black with #11038C
Text Example
Text Example
White with #11038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11038C; }
p { color: rgb(17,3,140); }
H1.HeaderClassName
{
color: #11038C;
}
.AnyTagClassName
{
color: #11038C;
}
</style>
background-color css
<style>
a { background-color: #11038C; }
a { background-color: rgb(17,3,140); }
div.DivClassName
{
background-color: #11038C;
}
.BgClassName
{
background-color: #11038C;
}
</style>
border-color css
<style>
span { border-color: #11038C; }
span { border-color: rgb(17,3,140); }
td.TdClassName
{
border-color: #11038C;
}
.TagClassName
{
border-color: #11038C;
}
</style>