Shades of Ultramarine #23148D
Tints of Ultramarine #23148D
RGB
CMYK
RGB Variations
Color information
#23148D (or 0x23148D) is known color: Ultramarine. HEX triplet: 23, 14 and 8D. RGB value is (35,20,141). Sum of RGB (Red+Green+Blue) = 35+20+141=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #23148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23148D is #DCEB72. Grayscale: #252525. Windows color (decimal): -14478195 or 9245731. OLE color: 9245731.
HSL color Cylindrical-coordinate representation of color #23148D: hue angle of 247.44º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23148D is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 20 | 141 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.45 |
| HSL | 247.44º | 0.75% | 0.32% | - |
| HSV(B) | 247.44º | 0.86% | 0.55% | - |
| XYZ | 5.75 | 2.78 | 25.43 | - |
| YUV | 38.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 141 | 0.75 | 0.86 | 0 | 0.45 | 247.44 | 0.75 | 0.32 |
| Hex | 23 | 14 | 8D | 4B | 56 | 0 | 2D | F7 | 4B | 20 |
| Octal | 43 | 24 | 215 | 113 | 126 | 0 | 55 | 367 | 113 | 40 |
| Binary | 100011 | 10100 | 10001101 | 1001011 | 1010110 | 0 | 101101 | 11110111 | 1001011 | 100000 |
Color Harmonies of #23148D
Complementary color
Monochromatic Colors of #23148D
Black with #23148D
Text Example
Text Example
White with #23148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23148D; }
p { color: rgb(35,20,141); }
H1.HeaderClassName
{
color: #23148D;
}
.AnyTagClassName
{
color: #23148D;
}
</style>
background-color css
<style>
a { background-color: #23148D; }
a { background-color: rgb(35,20,141); }
div.DivClassName
{
background-color: #23148D;
}
.BgClassName
{
background-color: #23148D;
}
</style>
border-color css
<style>
span { border-color: #23148D; }
span { border-color: rgb(35,20,141); }
td.TdClassName
{
border-color: #23148D;
}
.TagClassName
{
border-color: #23148D;
}
</style>