Shades of Ultramarine #23189E
Tints of Ultramarine #23189E
RGB
CMYK
RGB Variations
Color information
#23189E (or 0x23189E) is known color: Ultramarine. HEX triplet: 23, 18 and 9E. RGB value is (35,24,158). Sum of RGB (Red+Green+Blue) = 35+24+158=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #23189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23189E is #DCE761. Grayscale: #2A2A2A. Windows color (decimal): -14477154 or 10360867. OLE color: 10360867.
HSL color Cylindrical-coordinate representation of color #23189E: hue angle of 244.93º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23189E is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 24 | 158 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.38 |
| HSL | 244.93º | 0.74% | 0.36% | - |
| HSV(B) | 244.93º | 0.85% | 0.62% | - |
| XYZ | 7.19 | 3.48 | 32.64 | - |
| YUV | 42.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 158 | 0.78 | 0.85 | 0 | 0.38 | 244.93 | 0.74 | 0.36 |
| Hex | 23 | 18 | 9E | 4E | 55 | 0 | 26 | F5 | 4A | 24 |
| Octal | 43 | 30 | 236 | 116 | 125 | 0 | 46 | 365 | 112 | 44 |
| Binary | 100011 | 11000 | 10011110 | 1001110 | 1010101 | 0 | 100110 | 11110101 | 1001010 | 100100 |
Color Harmonies of #23189E
Complementary color
Monochromatic Colors of #23189E
Black with #23189E
Text Example
Text Example
White with #23189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23189E; }
p { color: rgb(35,24,158); }
H1.HeaderClassName
{
color: #23189E;
}
.AnyTagClassName
{
color: #23189E;
}
</style>
background-color css
<style>
a { background-color: #23189E; }
a { background-color: rgb(35,24,158); }
div.DivClassName
{
background-color: #23189E;
}
.BgClassName
{
background-color: #23189E;
}
</style>
border-color css
<style>
span { border-color: #23189E; }
span { border-color: rgb(35,24,158); }
td.TdClassName
{
border-color: #23189E;
}
.TagClassName
{
border-color: #23189E;
}
</style>