Shades of Ultramarine #12139B
Tints of Ultramarine #12139B
RGB
CMYK
RGB Variations
Color information
#12139B (or 0x12139B) is known color: Ultramarine. HEX triplet: 12, 13 and 9B. RGB value is (18,19,155). Sum of RGB (Red+Green+Blue) = 18+19+155=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #12139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12139B is #EDEC64. Grayscale: #212121. Windows color (decimal): -15592549 or 10162962. OLE color: 10162962.
HSL color Cylindrical-coordinate representation of color #12139B: hue angle of 239.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12139B is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 19 | 155 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.39 |
| HSL | 239.56º | 0.79% | 0.34% | - |
| HSV(B) | 239.56º | 0.88% | 0.61% | - |
| XYZ | 6.4 | 2.96 | 31.24 | - |
| YUV | 34.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 155 | 0.88 | 0.88 | 0 | 0.39 | 239.56 | 0.79 | 0.34 |
| Hex | 12 | 13 | 9B | 58 | 58 | 0 | 27 | F0 | 4F | 22 |
| Octal | 22 | 23 | 233 | 130 | 130 | 0 | 47 | 360 | 117 | 42 |
| Binary | 10010 | 10011 | 10011011 | 1011000 | 1011000 | 0 | 100111 | 11110000 | 1001111 | 100010 |
Color Harmonies of #12139B
Complementary color
Monochromatic Colors of #12139B
Black with #12139B
Text Example
Text Example
White with #12139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12139B; }
p { color: rgb(18,19,155); }
H1.HeaderClassName
{
color: #12139B;
}
.AnyTagClassName
{
color: #12139B;
}
</style>
background-color css
<style>
a { background-color: #12139B; }
a { background-color: rgb(18,19,155); }
div.DivClassName
{
background-color: #12139B;
}
.BgClassName
{
background-color: #12139B;
}
</style>
border-color css
<style>
span { border-color: #12139B; }
span { border-color: rgb(18,19,155); }
td.TdClassName
{
border-color: #12139B;
}
.TagClassName
{
border-color: #12139B;
}
</style>