Shades of Ultramarine #23198D
Tints of Ultramarine #23198D
RGB
CMYK
RGB Variations
Color information
#23198D (or 0x23198D) is known color: Ultramarine. HEX triplet: 23, 19 and 8D. RGB value is (35,25,141). Sum of RGB (Red+Green+Blue) = 35+25+141=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #23198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23198D is #DCE672. Grayscale: #282828. Windows color (decimal): -14476915 or 9247011. OLE color: 9247011.
HSL color Cylindrical-coordinate representation of color #23198D: hue angle of 245.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23198D is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 25 | 141 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.45 |
| HSL | 245.17º | 0.7% | 0.33% | - |
| HSV(B) | 245.17º | 0.82% | 0.55% | - |
| XYZ | 5.85 | 2.98 | 25.47 | - |
| YUV | 41.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 141 | 0.75 | 0.82 | 0 | 0.45 | 245.17 | 0.7 | 0.33 |
| Hex | 23 | 19 | 8D | 4B | 52 | 0 | 2D | F5 | 46 | 21 |
| Octal | 43 | 31 | 215 | 113 | 122 | 0 | 55 | 365 | 106 | 41 |
| Binary | 100011 | 11001 | 10001101 | 1001011 | 1010010 | 0 | 101101 | 11110101 | 1000110 | 100001 |
Color Harmonies of #23198D
Complementary color
Monochromatic Colors of #23198D
Black with #23198D
Text Example
Text Example
White with #23198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23198D; }
p { color: rgb(35,25,141); }
H1.HeaderClassName
{
color: #23198D;
}
.AnyTagClassName
{
color: #23198D;
}
</style>
background-color css
<style>
a { background-color: #23198D; }
a { background-color: rgb(35,25,141); }
div.DivClassName
{
background-color: #23198D;
}
.BgClassName
{
background-color: #23198D;
}
</style>
border-color css
<style>
span { border-color: #23198D; }
span { border-color: rgb(35,25,141); }
td.TdClassName
{
border-color: #23198D;
}
.TagClassName
{
border-color: #23198D;
}
</style>