Shades of Ultramarine #11037D
Tints of Ultramarine #11037D
RGB
CMYK
RGB Variations
Color information
#11037D (or 0x11037D) is known color: Ultramarine. HEX triplet: 11, 03 and 7D. RGB value is (17,3,125). Sum of RGB (Red+Green+Blue) = 17+3+125=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #11037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11037D is #EEFC82. Grayscale: #141414. Windows color (decimal): -15662211 or 8192785. OLE color: 8192785.
HSL color Cylindrical-coordinate representation of color #11037D: hue angle of 246.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11037D is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 3 | 125 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.51 |
| HSL | 246.89º | 0.95% | 0.25% | - |
| HSV(B) | 246.89º | 0.98% | 0.49% | - |
| XYZ | 3.97 | 1.66 | 19.51 | - |
| YUV | 21.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 125 | 0.86 | 0.98 | 0 | 0.51 | 246.89 | 0.95 | 0.25 |
| Hex | 11 | 3 | 7D | 56 | 62 | 0 | 33 | F7 | 5F | 19 |
| Octal | 21 | 3 | 175 | 126 | 142 | 0 | 63 | 367 | 137 | 31 |
| Binary | 10001 | 11 | 1111101 | 1010110 | 1100010 | 0 | 110011 | 11110111 | 1011111 | 11001 |
Color Harmonies of #11037D
Complementary color
Monochromatic Colors of #11037D
Black with #11037D
Text Example
Text Example
White with #11037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11037D; }
p { color: rgb(17,3,125); }
H1.HeaderClassName
{
color: #11037D;
}
.AnyTagClassName
{
color: #11037D;
}
</style>
background-color css
<style>
a { background-color: #11037D; }
a { background-color: rgb(17,3,125); }
div.DivClassName
{
background-color: #11037D;
}
.BgClassName
{
background-color: #11037D;
}
</style>
border-color css
<style>
span { border-color: #11037D; }
span { border-color: rgb(17,3,125); }
td.TdClassName
{
border-color: #11037D;
}
.TagClassName
{
border-color: #11037D;
}
</style>