Shades of Ultramarine #23108B
Tints of Ultramarine #23108B
RGB
CMYK
RGB Variations
Color information
#23108B (or 0x23108B) is known color: Ultramarine. HEX triplet: 23, 10 and 8B. RGB value is (35,16,139). Sum of RGB (Red+Green+Blue) = 35+16+139=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #23108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23108B is #DCEF74. Grayscale: #232323. Windows color (decimal): -14479221 or 9113635. OLE color: 9113635.
HSL color Cylindrical-coordinate representation of color #23108B: hue angle of 249.27º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23108B is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 16 | 139 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.45 |
| HSL | 249.27º | 0.79% | 0.3% | - |
| HSV(B) | 249.27º | 0.88% | 0.55% | - |
| XYZ | 5.54 | 2.59 | 24.63 | - |
| YUV | 35.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 139 | 0.75 | 0.88 | 0 | 0.45 | 249.27 | 0.79 | 0.3 |
| Hex | 23 | 10 | 8B | 4B | 58 | 0 | 2D | F9 | 4F | 1E |
| Octal | 43 | 20 | 213 | 113 | 130 | 0 | 55 | 371 | 117 | 36 |
| Binary | 100011 | 10000 | 10001011 | 1001011 | 1011000 | 0 | 101101 | 11111001 | 1001111 | 11110 |
Color Harmonies of #23108B
Complementary color
Monochromatic Colors of #23108B
Black with #23108B
Text Example
Text Example
White with #23108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23108B; }
p { color: rgb(35,16,139); }
H1.HeaderClassName
{
color: #23108B;
}
.AnyTagClassName
{
color: #23108B;
}
</style>
background-color css
<style>
a { background-color: #23108B; }
a { background-color: rgb(35,16,139); }
div.DivClassName
{
background-color: #23108B;
}
.BgClassName
{
background-color: #23108B;
}
</style>
border-color css
<style>
span { border-color: #23108B; }
span { border-color: rgb(35,16,139); }
td.TdClassName
{
border-color: #23108B;
}
.TagClassName
{
border-color: #23108B;
}
</style>