Shades of Ultramarine #23199B
Tints of Ultramarine #23199B
RGB
CMYK
RGB Variations
Color information
#23199B (or 0x23199B) is known color: Ultramarine. HEX triplet: 23, 19 and 9B. RGB value is (35,25,155). Sum of RGB (Red+Green+Blue) = 35+25+155=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #23199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23199B is #DCE664. Grayscale: #2A2A2A. Windows color (decimal): -14476901 or 10164515. OLE color: 10164515.
HSL color Cylindrical-coordinate representation of color #23199B: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23199B is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 25 | 155 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.39 |
| HSL | 244.62º | 0.72% | 0.35% | - |
| HSV(B) | 244.62º | 0.84% | 0.61% | - |
| XYZ | 6.96 | 3.42 | 31.3 | - |
| YUV | 42.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 155 | 0.77 | 0.84 | 0 | 0.39 | 244.62 | 0.72 | 0.35 |
| Hex | 23 | 19 | 9B | 4D | 54 | 0 | 27 | F5 | 48 | 23 |
| Octal | 43 | 31 | 233 | 115 | 124 | 0 | 47 | 365 | 110 | 43 |
| Binary | 100011 | 11001 | 10011011 | 1001101 | 1010100 | 0 | 100111 | 11110101 | 1001000 | 100011 |
Color Harmonies of #23199B
Complementary color
Monochromatic Colors of #23199B
Black with #23199B
Text Example
Text Example
White with #23199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23199B; }
p { color: rgb(35,25,155); }
H1.HeaderClassName
{
color: #23199B;
}
.AnyTagClassName
{
color: #23199B;
}
</style>
background-color css
<style>
a { background-color: #23199B; }
a { background-color: rgb(35,25,155); }
div.DivClassName
{
background-color: #23199B;
}
.BgClassName
{
background-color: #23199B;
}
</style>
border-color css
<style>
span { border-color: #23199B; }
span { border-color: rgb(35,25,155); }
td.TdClassName
{
border-color: #23199B;
}
.TagClassName
{
border-color: #23199B;
}
</style>