Shades of Ultramarine #231186
Tints of Ultramarine #231186
RGB
CMYK
RGB Variations
Color information
#231186 (or 0x231186) is known color: Ultramarine. HEX triplet: 23, 11 and 86. RGB value is (35,17,134). Sum of RGB (Red+Green+Blue) = 35+17+134=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #231186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231186 is #DCEE79. Grayscale: #232323. Windows color (decimal): -14478970 or 8786211. OLE color: 8786211.
HSL color Cylindrical-coordinate representation of color #231186: hue angle of 249.23º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231186 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 17 | 134 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.47 |
| HSL | 249.23º | 0.77% | 0.3% | - |
| HSV(B) | 249.23º | 0.87% | 0.53% | - |
| XYZ | 5.2 | 2.48 | 22.76 | - |
| YUV | 35.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 134 | 0.74 | 0.87 | 0 | 0.47 | 249.23 | 0.77 | 0.3 |
| Hex | 23 | 11 | 86 | 4A | 57 | 0 | 2F | F9 | 4D | 1E |
| Octal | 43 | 21 | 206 | 112 | 127 | 0 | 57 | 371 | 115 | 36 |
| Binary | 100011 | 10001 | 10000110 | 1001010 | 1010111 | 0 | 101111 | 11111001 | 1001101 | 11110 |
Color Harmonies of #231186
Complementary color
Monochromatic Colors of #231186
Black with #231186
Text Example
Text Example
White with #231186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231186; }
p { color: rgb(35,17,134); }
H1.HeaderClassName
{
color: #231186;
}
.AnyTagClassName
{
color: #231186;
}
</style>
background-color css
<style>
a { background-color: #231186; }
a { background-color: rgb(35,17,134); }
div.DivClassName
{
background-color: #231186;
}
.BgClassName
{
background-color: #231186;
}
</style>
border-color css
<style>
span { border-color: #231186; }
span { border-color: rgb(35,17,134); }
td.TdClassName
{
border-color: #231186;
}
.TagClassName
{
border-color: #231186;
}
</style>