Shades of Ultramarine #231392
Tints of Ultramarine #231392
RGB
CMYK
RGB Variations
Color information
#231392 (or 0x231392) is known color: Ultramarine. HEX triplet: 23, 13 and 92. RGB value is (35,19,146). Sum of RGB (Red+Green+Blue) = 35+19+146=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #231392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231392 is #DCEC6D. Grayscale: #252525. Windows color (decimal): -14478446 or 9573155. OLE color: 9573155.
HSL color Cylindrical-coordinate representation of color #231392: hue angle of 247.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231392 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 19 | 146 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.43 |
| HSL | 247.56º | 0.77% | 0.32% | - |
| HSV(B) | 247.56º | 0.87% | 0.57% | - |
| XYZ | 6.11 | 2.9 | 27.43 | - |
| YUV | 38.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 146 | 0.76 | 0.87 | 0 | 0.43 | 247.56 | 0.77 | 0.32 |
| Hex | 23 | 13 | 92 | 4C | 57 | 0 | 2B | F8 | 4D | 20 |
| Octal | 43 | 23 | 222 | 114 | 127 | 0 | 53 | 370 | 115 | 40 |
| Binary | 100011 | 10011 | 10010010 | 1001100 | 1010111 | 0 | 101011 | 11111000 | 1001101 | 100000 |
Color Harmonies of #231392
Complementary color
Monochromatic Colors of #231392
Black with #231392
Text Example
Text Example
White with #231392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231392; }
p { color: rgb(35,19,146); }
H1.HeaderClassName
{
color: #231392;
}
.AnyTagClassName
{
color: #231392;
}
</style>
background-color css
<style>
a { background-color: #231392; }
a { background-color: rgb(35,19,146); }
div.DivClassName
{
background-color: #231392;
}
.BgClassName
{
background-color: #231392;
}
</style>
border-color css
<style>
span { border-color: #231392; }
span { border-color: rgb(35,19,146); }
td.TdClassName
{
border-color: #231392;
}
.TagClassName
{
border-color: #231392;
}
</style>