Shades of Ultramarine #231194
Tints of Ultramarine #231194
RGB
CMYK
RGB Variations
Color information
#231194 (or 0x231194) is known color: Ultramarine. HEX triplet: 23, 11 and 94. RGB value is (35,17,148). Sum of RGB (Red+Green+Blue) = 35+17+148=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #231194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231194 is #DCEE6B. Grayscale: #242424. Windows color (decimal): -14478956 or 9703715. OLE color: 9703715.
HSL color Cylindrical-coordinate representation of color #231194: hue angle of 248.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231194 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 17 | 148 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.42 |
| HSL | 248.24º | 0.79% | 0.32% | - |
| HSV(B) | 248.24º | 0.89% | 0.58% | - |
| XYZ | 6.24 | 2.9 | 28.25 | - |
| YUV | 37.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 148 | 0.76 | 0.89 | 0 | 0.42 | 248.24 | 0.79 | 0.32 |
| Hex | 23 | 11 | 94 | 4C | 59 | 0 | 2A | F8 | 4F | 20 |
| Octal | 43 | 21 | 224 | 114 | 131 | 0 | 52 | 370 | 117 | 40 |
| Binary | 100011 | 10001 | 10010100 | 1001100 | 1011001 | 0 | 101010 | 11111000 | 1001111 | 100000 |
Color Harmonies of #231194
Complementary color
Monochromatic Colors of #231194
Black with #231194
Text Example
Text Example
White with #231194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231194; }
p { color: rgb(35,17,148); }
H1.HeaderClassName
{
color: #231194;
}
.AnyTagClassName
{
color: #231194;
}
</style>
background-color css
<style>
a { background-color: #231194; }
a { background-color: rgb(35,17,148); }
div.DivClassName
{
background-color: #231194;
}
.BgClassName
{
background-color: #231194;
}
</style>
border-color css
<style>
span { border-color: #231194; }
span { border-color: rgb(35,17,148); }
td.TdClassName
{
border-color: #231194;
}
.TagClassName
{
border-color: #231194;
}
</style>