Shades of Ultramarine #23199A
Tints of Ultramarine #23199A
RGB
CMYK
RGB Variations
Color information
#23199A (or 0x23199A) is known color: Ultramarine. HEX triplet: 23, 19 and 9A. RGB value is (35,25,154). Sum of RGB (Red+Green+Blue) = 35+25+154=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #23199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23199A is #DCE665. Grayscale: #2A2A2A. Windows color (decimal): -14476902 or 10098979. OLE color: 10098979.
HSL color Cylindrical-coordinate representation of color #23199A: hue angle of 244.65º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23199A is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 25 | 154 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.40 |
| HSL | 244.65º | 0.72% | 0.35% | - |
| HSV(B) | 244.65º | 0.84% | 0.6% | - |
| XYZ | 6.87 | 3.39 | 30.86 | - |
| YUV | 42.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 154 | 0.77 | 0.84 | 0 | 0.40 | 244.65 | 0.72 | 0.35 |
| Hex | 23 | 19 | 9A | 4D | 54 | 0 | 28 | F5 | 48 | 23 |
| Octal | 43 | 31 | 232 | 115 | 124 | 0 | 50 | 365 | 110 | 43 |
| Binary | 100011 | 11001 | 10011010 | 1001101 | 1010100 | 0 | 101000 | 11110101 | 1001000 | 100011 |
Color Harmonies of #23199A
Complementary color
Monochromatic Colors of #23199A
Black with #23199A
Text Example
Text Example
White with #23199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23199A; }
p { color: rgb(35,25,154); }
H1.HeaderClassName
{
color: #23199A;
}
.AnyTagClassName
{
color: #23199A;
}
</style>
background-color css
<style>
a { background-color: #23199A; }
a { background-color: rgb(35,25,154); }
div.DivClassName
{
background-color: #23199A;
}
.BgClassName
{
background-color: #23199A;
}
</style>
border-color css
<style>
span { border-color: #23199A; }
span { border-color: rgb(35,25,154); }
td.TdClassName
{
border-color: #23199A;
}
.TagClassName
{
border-color: #23199A;
}
</style>