Shades of Ultramarine #231193
Tints of Ultramarine #231193
RGB
CMYK
RGB Variations
Color information
#231193 (or 0x231193) is known color: Ultramarine. HEX triplet: 23, 11 and 93. RGB value is (35,17,147). Sum of RGB (Red+Green+Blue) = 35+17+147=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #231193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231193 is #DCEE6C. Grayscale: #242424. Windows color (decimal): -14478957 or 9638179. OLE color: 9638179.
HSL color Cylindrical-coordinate representation of color #231193: hue angle of 248.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231193 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 17 | 147 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.42 |
| HSL | 248.31º | 0.79% | 0.32% | - |
| HSV(B) | 248.31º | 0.88% | 0.58% | - |
| XYZ | 6.16 | 2.86 | 27.83 | - |
| YUV | 37.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 147 | 0.76 | 0.88 | 0 | 0.42 | 248.31 | 0.79 | 0.32 |
| Hex | 23 | 11 | 93 | 4C | 58 | 0 | 2A | F8 | 4F | 20 |
| Octal | 43 | 21 | 223 | 114 | 130 | 0 | 52 | 370 | 117 | 40 |
| Binary | 100011 | 10001 | 10010011 | 1001100 | 1011000 | 0 | 101010 | 11111000 | 1001111 | 100000 |
Color Harmonies of #231193
Complementary color
Monochromatic Colors of #231193
Black with #231193
Text Example
Text Example
White with #231193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231193; }
p { color: rgb(35,17,147); }
H1.HeaderClassName
{
color: #231193;
}
.AnyTagClassName
{
color: #231193;
}
</style>
background-color css
<style>
a { background-color: #231193; }
a { background-color: rgb(35,17,147); }
div.DivClassName
{
background-color: #231193;
}
.BgClassName
{
background-color: #231193;
}
</style>
border-color css
<style>
span { border-color: #231193; }
span { border-color: rgb(35,17,147); }
td.TdClassName
{
border-color: #231193;
}
.TagClassName
{
border-color: #231193;
}
</style>