Shades of Ultramarine #23199C
Tints of Ultramarine #23199C
RGB
CMYK
RGB Variations
Color information
#23199C (or 0x23199C) is known color: Ultramarine. HEX triplet: 23, 19 and 9C. RGB value is (35,25,156). Sum of RGB (Red+Green+Blue) = 35+25+156=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #23199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23199C is #DCE663. Grayscale: #2A2A2A. Windows color (decimal): -14476900 or 10230051. OLE color: 10230051.
HSL color Cylindrical-coordinate representation of color #23199C: hue angle of 244.58º 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 #23199C is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 25 | 156 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.39 |
| HSL | 244.58º | 0.72% | 0.35% | - |
| HSV(B) | 244.58º | 0.84% | 0.61% | - |
| XYZ | 7.04 | 3.45 | 31.75 | - |
| YUV | 42.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 156 | 0.78 | 0.84 | 0 | 0.39 | 244.58 | 0.72 | 0.35 |
| Hex | 23 | 19 | 9C | 4E | 54 | 0 | 27 | F5 | 48 | 23 |
| Octal | 43 | 31 | 234 | 116 | 124 | 0 | 47 | 365 | 110 | 43 |
| Binary | 100011 | 11001 | 10011100 | 1001110 | 1010100 | 0 | 100111 | 11110101 | 1001000 | 100011 |
Color Harmonies of #23199C
Complementary color
Monochromatic Colors of #23199C
Black with #23199C
Text Example
Text Example
White with #23199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23199C; }
p { color: rgb(35,25,156); }
H1.HeaderClassName
{
color: #23199C;
}
.AnyTagClassName
{
color: #23199C;
}
</style>
background-color css
<style>
a { background-color: #23199C; }
a { background-color: rgb(35,25,156); }
div.DivClassName
{
background-color: #23199C;
}
.BgClassName
{
background-color: #23199C;
}
</style>
border-color css
<style>
span { border-color: #23199C; }
span { border-color: rgb(35,25,156); }
td.TdClassName
{
border-color: #23199C;
}
.TagClassName
{
border-color: #23199C;
}
</style>