Shades of Ultramarine #231192
Tints of Ultramarine #231192
RGB
CMYK
RGB Variations
Color information
#231192 (or 0x231192) is known color: Ultramarine. HEX triplet: 23, 11 and 92. RGB value is (35,17,146). Sum of RGB (Red+Green+Blue) = 35+17+146=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #231192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231192 is #DCEE6D. Grayscale: #242424. Windows color (decimal): -14478958 or 9572643. OLE color: 9572643.
HSL color Cylindrical-coordinate representation of color #231192: hue angle of 248.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231192 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 17 | 146 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.43 |
| HSL | 248.37º | 0.79% | 0.32% | - |
| HSV(B) | 248.37º | 0.88% | 0.57% | - |
| XYZ | 6.08 | 2.83 | 27.42 | - |
| YUV | 37.09 | 189.46 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 146 | 0.76 | 0.88 | 0 | 0.43 | 248.37 | 0.79 | 0.32 |
| Hex | 23 | 11 | 92 | 4C | 58 | 0 | 2B | F8 | 4F | 20 |
| Octal | 43 | 21 | 222 | 114 | 130 | 0 | 53 | 370 | 117 | 40 |
| Binary | 100011 | 10001 | 10010010 | 1001100 | 1011000 | 0 | 101011 | 11111000 | 1001111 | 100000 |
Color Harmonies of #231192
Complementary color
Monochromatic Colors of #231192
Black with #231192
Text Example
Text Example
White with #231192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231192; }
p { color: rgb(35,17,146); }
H1.HeaderClassName
{
color: #231192;
}
.AnyTagClassName
{
color: #231192;
}
</style>
background-color css
<style>
a { background-color: #231192; }
a { background-color: rgb(35,17,146); }
div.DivClassName
{
background-color: #231192;
}
.BgClassName
{
background-color: #231192;
}
</style>
border-color css
<style>
span { border-color: #231192; }
span { border-color: rgb(35,17,146); }
td.TdClassName
{
border-color: #231192;
}
.TagClassName
{
border-color: #231192;
}
</style>