Shades of Ultramarine #12149F
Tints of Ultramarine #12149F
RGB
CMYK
RGB Variations
Color information
#12149F (or 0x12149F) is known color: Ultramarine. HEX triplet: 12, 14 and 9F. RGB value is (18,20,159). Sum of RGB (Red+Green+Blue) = 18+20+159=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 159 (62.5% from 255 or 80.71% from 197); Max value from RGB is 159 - color contains mainly: blue. Hex color #12149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12149F is #EDEB60. Grayscale: #222222. Windows color (decimal): -15592289 or 10425362. OLE color: 10425362.
HSL color Cylindrical-coordinate representation of color #12149F: hue angle of 239.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12149F is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 20 | 159 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.38 |
| HSL | 239.15º | 0.8% | 0.35% | - |
| HSV(B) | 239.15º | 0.89% | 0.62% | - |
| XYZ | 6.76 | 3.13 | 33.05 | - |
| YUV | 35.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 159 | 0.89 | 0.87 | 0 | 0.38 | 239.15 | 0.8 | 0.35 |
| Hex | 12 | 14 | 9F | 59 | 57 | 0 | 26 | EF | 50 | 23 |
| Octal | 22 | 24 | 237 | 131 | 127 | 0 | 46 | 357 | 120 | 43 |
| Binary | 10010 | 10100 | 10011111 | 1011001 | 1010111 | 0 | 100110 | 11101111 | 1010000 | 100011 |
Color Harmonies of #12149F
Complementary color
Monochromatic Colors of #12149F
Black with #12149F
Text Example
Text Example
White with #12149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12149F; }
p { color: rgb(18,20,159); }
H1.HeaderClassName
{
color: #12149F;
}
.AnyTagClassName
{
color: #12149F;
}
</style>
background-color css
<style>
a { background-color: #12149F; }
a { background-color: rgb(18,20,159); }
div.DivClassName
{
background-color: #12149F;
}
.BgClassName
{
background-color: #12149F;
}
</style>
border-color css
<style>
span { border-color: #12149F; }
span { border-color: rgb(18,20,159); }
td.TdClassName
{
border-color: #12149F;
}
.TagClassName
{
border-color: #12149F;
}
</style>