Shades of Ultramarine #231398
Tints of Ultramarine #231398
RGB
CMYK
RGB Variations
Color information
#231398 (or 0x231398) is known color: Ultramarine. HEX triplet: 23, 13 and 98. RGB value is (35,19,152). Sum of RGB (Red+Green+Blue) = 35+19+152=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #231398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231398 is #DCEC67. Grayscale: #262626. Windows color (decimal): -14478440 or 9966371. OLE color: 9966371.
HSL color Cylindrical-coordinate representation of color #231398: hue angle of 247.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231398 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 19 | 152 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.40 |
| HSL | 247.22º | 0.78% | 0.34% | - |
| HSV(B) | 247.22º | 0.88% | 0.6% | - |
| XYZ | 6.59 | 3.09 | 29.95 | - |
| YUV | 38.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 152 | 0.77 | 0.87 | 0 | 0.40 | 247.22 | 0.78 | 0.34 |
| Hex | 23 | 13 | 98 | 4D | 57 | 0 | 28 | F7 | 4E | 22 |
| Octal | 43 | 23 | 230 | 115 | 127 | 0 | 50 | 367 | 116 | 42 |
| Binary | 100011 | 10011 | 10011000 | 1001101 | 1010111 | 0 | 101000 | 11110111 | 1001110 | 100010 |
Color Harmonies of #231398
Complementary color
Monochromatic Colors of #231398
Black with #231398
Text Example
Text Example
White with #231398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231398; }
p { color: rgb(35,19,152); }
H1.HeaderClassName
{
color: #231398;
}
.AnyTagClassName
{
color: #231398;
}
</style>
background-color css
<style>
a { background-color: #231398; }
a { background-color: rgb(35,19,152); }
div.DivClassName
{
background-color: #231398;
}
.BgClassName
{
background-color: #231398;
}
</style>
border-color css
<style>
span { border-color: #231398; }
span { border-color: rgb(35,19,152); }
td.TdClassName
{
border-color: #231398;
}
.TagClassName
{
border-color: #231398;
}
</style>