Shades of Ultramarine #12148D
Tints of Ultramarine #12148D
RGB
CMYK
RGB Variations
Color information
#12148D (or 0x12148D) is known color: Ultramarine. HEX triplet: 12, 14 and 8D. RGB value is (18,20,141). Sum of RGB (Red+Green+Blue) = 18+20+141=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #12148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12148D is #EDEB72. Grayscale: #202020. Windows color (decimal): -15592307 or 9245714. OLE color: 9245714.
HSL color Cylindrical-coordinate representation of color #12148D: hue angle of 239.02º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12148D is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 20 | 141 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.45 |
| HSL | 239.02º | 0.77% | 0.31% | - |
| HSV(B) | 239.02º | 0.87% | 0.55% | - |
| XYZ | 5.31 | 2.55 | 25.41 | - |
| YUV | 33.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 141 | 0.87 | 0.86 | 0 | 0.45 | 239.02 | 0.77 | 0.31 |
| Hex | 12 | 14 | 8D | 57 | 56 | 0 | 2D | EF | 4D | 1F |
| Octal | 22 | 24 | 215 | 127 | 126 | 0 | 55 | 357 | 115 | 37 |
| Binary | 10010 | 10100 | 10001101 | 1010111 | 1010110 | 0 | 101101 | 11101111 | 1001101 | 11111 |
Color Harmonies of #12148D
Complementary color
Monochromatic Colors of #12148D
Black with #12148D
Text Example
Text Example
White with #12148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12148D; }
p { color: rgb(18,20,141); }
H1.HeaderClassName
{
color: #12148D;
}
.AnyTagClassName
{
color: #12148D;
}
</style>
background-color css
<style>
a { background-color: #12148D; }
a { background-color: rgb(18,20,141); }
div.DivClassName
{
background-color: #12148D;
}
.BgClassName
{
background-color: #12148D;
}
</style>
border-color css
<style>
span { border-color: #12148D; }
span { border-color: rgb(18,20,141); }
td.TdClassName
{
border-color: #12148D;
}
.TagClassName
{
border-color: #12148D;
}
</style>