Shades of Ultramarine #231699
Tints of Ultramarine #231699
RGB
CMYK
RGB Variations
Color information
#231699 (or 0x231699) is known color: Ultramarine. HEX triplet: 23, 16 and 99. RGB value is (35,22,153). Sum of RGB (Red+Green+Blue) = 35+22+153=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #231699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231699 is #DCE966. Grayscale: #282828. Windows color (decimal): -14477671 or 10032675. OLE color: 10032675.
HSL color Cylindrical-coordinate representation of color #231699: hue angle of 245.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231699 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 22 | 153 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.4 |
| HSL | 245.95º | 0.75% | 0.34% | - |
| HSV(B) | 245.95º | 0.86% | 0.6% | - |
| XYZ | 6.73 | 3.23 | 30.41 | - |
| YUV | 40.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 153 | 0.77 | 0.86 | 0 | 0.4 | 245.95 | 0.75 | 0.34 |
| Hex | 23 | 16 | 99 | 4D | 56 | 0 | 28 | F6 | 4B | 22 |
| Octal | 43 | 26 | 231 | 115 | 126 | 0 | 50 | 366 | 113 | 42 |
| Binary | 100011 | 10110 | 10011001 | 1001101 | 1010110 | 0 | 101000 | 11110110 | 1001011 | 100010 |
Color Harmonies of #231699
Complementary color
Monochromatic Colors of #231699
Black with #231699
Text Example
Text Example
White with #231699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231699; }
p { color: rgb(35,22,153); }
H1.HeaderClassName
{
color: #231699;
}
.AnyTagClassName
{
color: #231699;
}
</style>
background-color css
<style>
a { background-color: #231699; }
a { background-color: rgb(35,22,153); }
div.DivClassName
{
background-color: #231699;
}
.BgClassName
{
background-color: #231699;
}
</style>
border-color css
<style>
span { border-color: #231699; }
span { border-color: rgb(35,22,153); }
td.TdClassName
{
border-color: #231699;
}
.TagClassName
{
border-color: #231699;
}
</style>