Shades of Ultramarine #231795
Tints of Ultramarine #231795
RGB
CMYK
RGB Variations
Color information
#231795 (or 0x231795) is known color: Ultramarine. HEX triplet: 23, 17 and 95. RGB value is (35,23,149). Sum of RGB (Red+Green+Blue) = 35+23+149=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #231795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231795 is #DCE86A. Grayscale: #282828. Windows color (decimal): -14477419 or 9770787. OLE color: 9770787.
HSL color Cylindrical-coordinate representation of color #231795: hue angle of 245.71º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231795 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 23 | 149 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.42 |
| HSL | 245.71º | 0.73% | 0.34% | - |
| HSV(B) | 245.71º | 0.85% | 0.58% | - |
| XYZ | 6.42 | 3.14 | 28.7 | - |
| YUV | 40.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 149 | 0.77 | 0.85 | 0 | 0.42 | 245.71 | 0.73 | 0.34 |
| Hex | 23 | 17 | 95 | 4D | 55 | 0 | 2A | F6 | 49 | 22 |
| Octal | 43 | 27 | 225 | 115 | 125 | 0 | 52 | 366 | 111 | 42 |
| Binary | 100011 | 10111 | 10010101 | 1001101 | 1010101 | 0 | 101010 | 11110110 | 1001001 | 100010 |
Color Harmonies of #231795
Complementary color
Monochromatic Colors of #231795
Black with #231795
Text Example
Text Example
White with #231795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231795; }
p { color: rgb(35,23,149); }
H1.HeaderClassName
{
color: #231795;
}
.AnyTagClassName
{
color: #231795;
}
</style>
background-color css
<style>
a { background-color: #231795; }
a { background-color: rgb(35,23,149); }
div.DivClassName
{
background-color: #231795;
}
.BgClassName
{
background-color: #231795;
}
</style>
border-color css
<style>
span { border-color: #231795; }
span { border-color: rgb(35,23,149); }
td.TdClassName
{
border-color: #231795;
}
.TagClassName
{
border-color: #231795;
}
</style>