Shades of Ultramarine #23158D
Tints of Ultramarine #23158D
RGB
CMYK
RGB Variations
Color information
#23158D (or 0x23158D) is known color: Ultramarine. HEX triplet: 23, 15 and 8D. RGB value is (35,21,141). Sum of RGB (Red+Green+Blue) = 35+21+141=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #23158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23158D is #DCEA72. Grayscale: #262626. Windows color (decimal): -14477939 or 9245987. OLE color: 9245987.
HSL color Cylindrical-coordinate representation of color #23158D: hue angle of 247º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23158D is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 21 | 141 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.45 |
| HSL | 247º | 0.74% | 0.32% | - |
| HSV(B) | 247º | 0.85% | 0.55% | - |
| XYZ | 5.77 | 2.82 | 25.44 | - |
| YUV | 38.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 141 | 0.75 | 0.85 | 0 | 0.45 | 247 | 0.74 | 0.32 |
| Hex | 23 | 15 | 8D | 4B | 55 | 0 | 2D | F7 | 4A | 20 |
| Octal | 43 | 25 | 215 | 113 | 125 | 0 | 55 | 367 | 112 | 40 |
| Binary | 100011 | 10101 | 10001101 | 1001011 | 1010101 | 0 | 101101 | 11110111 | 1001010 | 100000 |
Color Harmonies of #23158D
Complementary color
Monochromatic Colors of #23158D
Black with #23158D
Text Example
Text Example
White with #23158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23158D; }
p { color: rgb(35,21,141); }
H1.HeaderClassName
{
color: #23158D;
}
.AnyTagClassName
{
color: #23158D;
}
</style>
background-color css
<style>
a { background-color: #23158D; }
a { background-color: rgb(35,21,141); }
div.DivClassName
{
background-color: #23158D;
}
.BgClassName
{
background-color: #23158D;
}
</style>
border-color css
<style>
span { border-color: #23158D; }
span { border-color: rgb(35,21,141); }
td.TdClassName
{
border-color: #23158D;
}
.TagClassName
{
border-color: #23158D;
}
</style>