Shades of Ultramarine #231691
Tints of Ultramarine #231691
RGB
CMYK
RGB Variations
Color information
#231691 (or 0x231691) is known color: Ultramarine. HEX triplet: 23, 16 and 91. RGB value is (35,22,145). Sum of RGB (Red+Green+Blue) = 35+22+145=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #231691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231691 is #DCE96E. Grayscale: #272727. Windows color (decimal): -14477679 or 9508387. OLE color: 9508387.
HSL color Cylindrical-coordinate representation of color #231691: hue angle of 246.34º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231691 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 22 | 145 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.43 |
| HSL | 246.34º | 0.74% | 0.33% | - |
| HSV(B) | 246.34º | 0.85% | 0.57% | - |
| XYZ | 6.09 | 2.98 | 27.04 | - |
| YUV | 39.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 145 | 0.76 | 0.85 | 0 | 0.43 | 246.34 | 0.74 | 0.33 |
| Hex | 23 | 16 | 91 | 4C | 55 | 0 | 2B | F6 | 4A | 21 |
| Octal | 43 | 26 | 221 | 114 | 125 | 0 | 53 | 366 | 112 | 41 |
| Binary | 100011 | 10110 | 10010001 | 1001100 | 1010101 | 0 | 101011 | 11110110 | 1001010 | 100001 |
Color Harmonies of #231691
Complementary color
Monochromatic Colors of #231691
Black with #231691
Text Example
Text Example
White with #231691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231691; }
p { color: rgb(35,22,145); }
H1.HeaderClassName
{
color: #231691;
}
.AnyTagClassName
{
color: #231691;
}
</style>
background-color css
<style>
a { background-color: #231691; }
a { background-color: rgb(35,22,145); }
div.DivClassName
{
background-color: #231691;
}
.BgClassName
{
background-color: #231691;
}
</style>
border-color css
<style>
span { border-color: #231691; }
span { border-color: rgb(35,22,145); }
td.TdClassName
{
border-color: #231691;
}
.TagClassName
{
border-color: #231691;
}
</style>