Shades of Ultramarine #23148E
Tints of Ultramarine #23148E
RGB
CMYK
RGB Variations
Color information
#23148E (or 0x23148E) is known color: Ultramarine. HEX triplet: 23, 14 and 8E. RGB value is (35,20,142). Sum of RGB (Red+Green+Blue) = 35+20+142=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #23148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23148E is #DCEB71. Grayscale: #252525. Windows color (decimal): -14478194 or 9311267. OLE color: 9311267.
HSL color Cylindrical-coordinate representation of color #23148E: hue angle of 247.38º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23148E is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 20 | 142 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.44 |
| HSL | 247.38º | 0.75% | 0.32% | - |
| HSV(B) | 247.38º | 0.86% | 0.56% | - |
| XYZ | 5.83 | 2.81 | 25.83 | - |
| YUV | 38.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 142 | 0.75 | 0.86 | 0 | 0.44 | 247.38 | 0.75 | 0.32 |
| Hex | 23 | 14 | 8E | 4B | 56 | 0 | 2C | F7 | 4B | 20 |
| Octal | 43 | 24 | 216 | 113 | 126 | 0 | 54 | 367 | 113 | 40 |
| Binary | 100011 | 10100 | 10001110 | 1001011 | 1010110 | 0 | 101100 | 11110111 | 1001011 | 100000 |
Color Harmonies of #23148E
Complementary color
Monochromatic Colors of #23148E
Black with #23148E
Text Example
Text Example
White with #23148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23148E; }
p { color: rgb(35,20,142); }
H1.HeaderClassName
{
color: #23148E;
}
.AnyTagClassName
{
color: #23148E;
}
</style>
background-color css
<style>
a { background-color: #23148E; }
a { background-color: rgb(35,20,142); }
div.DivClassName
{
background-color: #23148E;
}
.BgClassName
{
background-color: #23148E;
}
</style>
border-color css
<style>
span { border-color: #23148E; }
span { border-color: rgb(35,20,142); }
td.TdClassName
{
border-color: #23148E;
}
.TagClassName
{
border-color: #23148E;
}
</style>