Shades of Ultramarine #231986
Tints of Ultramarine #231986
RGB
CMYK
RGB Variations
Color information
#231986 (or 0x231986) is known color: Ultramarine. HEX triplet: 23, 19 and 86. RGB value is (35,25,134). Sum of RGB (Red+Green+Blue) = 35+25+134=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #231986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231986 is #DCE679. Grayscale: #272727. Windows color (decimal): -14476922 or 8788259. OLE color: 8788259.
HSL color Cylindrical-coordinate representation of color #231986: hue angle of 245.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231986 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 25 | 134 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.47 |
| HSL | 245.5º | 0.69% | 0.31% | - |
| HSV(B) | 245.5º | 0.81% | 0.53% | - |
| XYZ | 5.34 | 2.77 | 22.81 | - |
| YUV | 40.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 134 | 0.74 | 0.81 | 0 | 0.47 | 245.5 | 0.69 | 0.31 |
| Hex | 23 | 19 | 86 | 4A | 51 | 0 | 2F | F6 | 45 | 1F |
| Octal | 43 | 31 | 206 | 112 | 121 | 0 | 57 | 366 | 105 | 37 |
| Binary | 100011 | 11001 | 10000110 | 1001010 | 1010001 | 0 | 101111 | 11110110 | 1000101 | 11111 |
Color Harmonies of #231986
Complementary color
Monochromatic Colors of #231986
Black with #231986
Text Example
Text Example
White with #231986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231986; }
p { color: rgb(35,25,134); }
H1.HeaderClassName
{
color: #231986;
}
.AnyTagClassName
{
color: #231986;
}
</style>
background-color css
<style>
a { background-color: #231986; }
a { background-color: rgb(35,25,134); }
div.DivClassName
{
background-color: #231986;
}
.BgClassName
{
background-color: #231986;
}
</style>
border-color css
<style>
span { border-color: #231986; }
span { border-color: rgb(35,25,134); }
td.TdClassName
{
border-color: #231986;
}
.TagClassName
{
border-color: #231986;
}
</style>