Shades of Ultramarine #11029B
Tints of Ultramarine #11029B
RGB
CMYK
RGB Variations
Color information
#11029B (or 0x11029B) is known color: Ultramarine. HEX triplet: 11, 02 and 9B. RGB value is (17,2,155). Sum of RGB (Red+Green+Blue) = 17+2+155=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #11029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11029B is #EEFD64. Grayscale: #171717. Windows color (decimal): -15662437 or 10158609. OLE color: 10158609.
HSL color Cylindrical-coordinate representation of color #11029B: hue angle of 245.88º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11029B is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 2 | 155 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.39 |
| HSL | 245.88º | 0.97% | 0.31% | - |
| HSV(B) | 245.88º | 0.99% | 0.61% | - |
| XYZ | 6.17 | 2.53 | 31.17 | - |
| YUV | 23.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 155 | 0.89 | 0.99 | 0 | 0.39 | 245.88 | 0.97 | 0.31 |
| Hex | 11 | 2 | 9B | 59 | 63 | 0 | 27 | F6 | 61 | 1F |
| Octal | 21 | 2 | 233 | 131 | 143 | 0 | 47 | 366 | 141 | 37 |
| Binary | 10001 | 10 | 10011011 | 1011001 | 1100011 | 0 | 100111 | 11110110 | 1100001 | 11111 |
Color Harmonies of #11029B
Complementary color
Monochromatic Colors of #11029B
Black with #11029B
Text Example
Text Example
White with #11029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11029B; }
p { color: rgb(17,2,155); }
H1.HeaderClassName
{
color: #11029B;
}
.AnyTagClassName
{
color: #11029B;
}
</style>
background-color css
<style>
a { background-color: #11029B; }
a { background-color: rgb(17,2,155); }
div.DivClassName
{
background-color: #11029B;
}
.BgClassName
{
background-color: #11029B;
}
</style>
border-color css
<style>
span { border-color: #11029B; }
span { border-color: rgb(17,2,155); }
td.TdClassName
{
border-color: #11029B;
}
.TagClassName
{
border-color: #11029B;
}
</style>