Shades of Ultramarine #23109A
Tints of Ultramarine #23109A
RGB
CMYK
RGB Variations
Color information
#23109A (or 0x23109A) is known color: Ultramarine. HEX triplet: 23, 10 and 9A. RGB value is (35,16,154). Sum of RGB (Red+Green+Blue) = 35+16+154=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #23109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23109A is #DCEF65. Grayscale: #242424. Windows color (decimal): -14479206 or 10096675. OLE color: 10096675.
HSL color Cylindrical-coordinate representation of color #23109A: hue angle of 248.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23109A is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 16 | 154 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.40 |
| HSL | 248.26º | 0.81% | 0.33% | - |
| HSV(B) | 248.26º | 0.9% | 0.6% | - |
| XYZ | 6.71 | 3.06 | 30.81 | - |
| YUV | 37.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 154 | 0.77 | 0.90 | 0 | 0.40 | 248.26 | 0.81 | 0.33 |
| Hex | 23 | 10 | 9A | 4D | 5A | 0 | 28 | F8 | 51 | 21 |
| Octal | 43 | 20 | 232 | 115 | 132 | 0 | 50 | 370 | 121 | 41 |
| Binary | 100011 | 10000 | 10011010 | 1001101 | 1011010 | 0 | 101000 | 11111000 | 1010001 | 100001 |
Color Harmonies of #23109A
Complementary color
Monochromatic Colors of #23109A
Black with #23109A
Text Example
Text Example
White with #23109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23109A; }
p { color: rgb(35,16,154); }
H1.HeaderClassName
{
color: #23109A;
}
.AnyTagClassName
{
color: #23109A;
}
</style>
background-color css
<style>
a { background-color: #23109A; }
a { background-color: rgb(35,16,154); }
div.DivClassName
{
background-color: #23109A;
}
.BgClassName
{
background-color: #23109A;
}
</style>
border-color css
<style>
span { border-color: #23109A; }
span { border-color: rgb(35,16,154); }
td.TdClassName
{
border-color: #23109A;
}
.TagClassName
{
border-color: #23109A;
}
</style>