Shades of Ultramarine #231C91
Tints of Ultramarine #231C91
RGB
CMYK
RGB Variations
Color information
#231C91 (or 0x231C91) is known color: Ultramarine. HEX triplet: 23, 1C and 91. RGB value is (35,28,145). Sum of RGB (Red+Green+Blue) = 35+28+145=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #231C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C91 is #DCE36E. Grayscale: #2A2A2A. Windows color (decimal): -14476143 or 9509923. OLE color: 9509923.
HSL color Cylindrical-coordinate representation of color #231C91: hue angle of 243.59º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231C91 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 28 | 145 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.43 |
| HSL | 243.59º | 0.68% | 0.34% | - |
| HSV(B) | 243.59º | 0.81% | 0.57% | - |
| XYZ | 6.22 | 3.23 | 27.08 | - |
| YUV | 43.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 145 | 0.76 | 0.81 | 0 | 0.43 | 243.59 | 0.68 | 0.34 |
| Hex | 23 | 1C | 91 | 4C | 51 | 0 | 2B | F4 | 44 | 22 |
| Octal | 43 | 34 | 221 | 114 | 121 | 0 | 53 | 364 | 104 | 42 |
| Binary | 100011 | 11100 | 10010001 | 1001100 | 1010001 | 0 | 101011 | 11110100 | 1000100 | 100010 |
Color Harmonies of #231C91
Complementary color
Monochromatic Colors of #231C91
Black with #231C91
Text Example
Text Example
White with #231C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C91; }
p { color: rgb(35,28,145); }
H1.HeaderClassName
{
color: #231C91;
}
.AnyTagClassName
{
color: #231C91;
}
</style>
background-color css
<style>
a { background-color: #231C91; }
a { background-color: rgb(35,28,145); }
div.DivClassName
{
background-color: #231C91;
}
.BgClassName
{
background-color: #231C91;
}
</style>
border-color css
<style>
span { border-color: #231C91; }
span { border-color: rgb(35,28,145); }
td.TdClassName
{
border-color: #231C91;
}
.TagClassName
{
border-color: #231C91;
}
</style>