Shades of Ultramarine #23199D
Tints of Ultramarine #23199D
RGB
CMYK
RGB Variations
Color information
#23199D (or 0x23199D) is known color: Ultramarine. HEX triplet: 23, 19 and 9D. RGB value is (35,25,157). Sum of RGB (Red+Green+Blue) = 35+25+157=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #23199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23199D is #DCE662. Grayscale: #2A2A2A. Windows color (decimal): -14476899 or 10295587. OLE color: 10295587.
HSL color Cylindrical-coordinate representation of color #23199D: hue angle of 244.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23199D is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 25 | 157 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.38 |
| HSL | 244.55º | 0.73% | 0.36% | - |
| HSV(B) | 244.55º | 0.84% | 0.62% | - |
| XYZ | 7.13 | 3.49 | 32.2 | - |
| YUV | 43.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 157 | 0.78 | 0.84 | 0 | 0.38 | 244.55 | 0.73 | 0.36 |
| Hex | 23 | 19 | 9D | 4E | 54 | 0 | 26 | F5 | 49 | 24 |
| Octal | 43 | 31 | 235 | 116 | 124 | 0 | 46 | 365 | 111 | 44 |
| Binary | 100011 | 11001 | 10011101 | 1001110 | 1010100 | 0 | 100110 | 11110101 | 1001001 | 100100 |
Color Harmonies of #23199D
Complementary color
Monochromatic Colors of #23199D
Black with #23199D
Text Example
Text Example
White with #23199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23199D; }
p { color: rgb(35,25,157); }
H1.HeaderClassName
{
color: #23199D;
}
.AnyTagClassName
{
color: #23199D;
}
</style>
background-color css
<style>
a { background-color: #23199D; }
a { background-color: rgb(35,25,157); }
div.DivClassName
{
background-color: #23199D;
}
.BgClassName
{
background-color: #23199D;
}
</style>
border-color css
<style>
span { border-color: #23199D; }
span { border-color: rgb(35,25,157); }
td.TdClassName
{
border-color: #23199D;
}
.TagClassName
{
border-color: #23199D;
}
</style>