Shades of Ultramarine #11039B
Tints of Ultramarine #11039B
RGB
CMYK
RGB Variations
Color information
#11039B (or 0x11039B) is known color: Ultramarine. HEX triplet: 11, 03 and 9B. RGB value is (17,3,155). Sum of RGB (Red+Green+Blue) = 17+3+155=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #11039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11039B is #EEFC64. Grayscale: #171717. Windows color (decimal): -15662181 or 10158865. OLE color: 10158865.
HSL color Cylindrical-coordinate representation of color #11039B: hue angle of 245.53º 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 #11039B is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 3 | 155 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.39 |
| HSL | 245.53º | 0.96% | 0.31% | - |
| HSV(B) | 245.53º | 0.98% | 0.61% | - |
| XYZ | 6.18 | 2.55 | 31.18 | - |
| YUV | 24.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 155 | 0.89 | 0.98 | 0 | 0.39 | 245.53 | 0.96 | 0.31 |
| Hex | 11 | 3 | 9B | 59 | 62 | 0 | 27 | F6 | 60 | 1F |
| Octal | 21 | 3 | 233 | 131 | 142 | 0 | 47 | 366 | 140 | 37 |
| Binary | 10001 | 11 | 10011011 | 1011001 | 1100010 | 0 | 100111 | 11110110 | 1100000 | 11111 |
Color Harmonies of #11039B
Complementary color
Monochromatic Colors of #11039B
Black with #11039B
Text Example
Text Example
White with #11039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11039B; }
p { color: rgb(17,3,155); }
H1.HeaderClassName
{
color: #11039B;
}
.AnyTagClassName
{
color: #11039B;
}
</style>
background-color css
<style>
a { background-color: #11039B; }
a { background-color: rgb(17,3,155); }
div.DivClassName
{
background-color: #11039B;
}
.BgClassName
{
background-color: #11039B;
}
</style>
border-color css
<style>
span { border-color: #11039B; }
span { border-color: rgb(17,3,155); }
td.TdClassName
{
border-color: #11039B;
}
.TagClassName
{
border-color: #11039B;
}
</style>