Shades of Ultramarine #12149B
Tints of Ultramarine #12149B
RGB
CMYK
RGB Variations
Color information
#12149B (or 0x12149B) is known color: Ultramarine. HEX triplet: 12, 14 and 9B. RGB value is (18,20,155). Sum of RGB (Red+Green+Blue) = 18+20+155=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #12149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12149B is #EDEB64. Grayscale: #222222. Windows color (decimal): -15592293 or 10163218. OLE color: 10163218.
HSL color Cylindrical-coordinate representation of color #12149B: hue angle of 239.12º 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 #12149B is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 20 | 155 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.39 |
| HSL | 239.12º | 0.79% | 0.34% | - |
| HSV(B) | 239.12º | 0.88% | 0.61% | - |
| XYZ | 6.42 | 3 | 31.25 | - |
| YUV | 34.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 155 | 0.88 | 0.87 | 0 | 0.39 | 239.12 | 0.79 | 0.34 |
| Hex | 12 | 14 | 9B | 58 | 57 | 0 | 27 | EF | 4F | 22 |
| Octal | 22 | 24 | 233 | 130 | 127 | 0 | 47 | 357 | 117 | 42 |
| Binary | 10010 | 10100 | 10011011 | 1011000 | 1010111 | 0 | 100111 | 11101111 | 1001111 | 100010 |
Color Harmonies of #12149B
Complementary color
Monochromatic Colors of #12149B
Black with #12149B
Text Example
Text Example
White with #12149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12149B; }
p { color: rgb(18,20,155); }
H1.HeaderClassName
{
color: #12149B;
}
.AnyTagClassName
{
color: #12149B;
}
</style>
background-color css
<style>
a { background-color: #12149B; }
a { background-color: rgb(18,20,155); }
div.DivClassName
{
background-color: #12149B;
}
.BgClassName
{
background-color: #12149B;
}
</style>
border-color css
<style>
span { border-color: #12149B; }
span { border-color: rgb(18,20,155); }
td.TdClassName
{
border-color: #12149B;
}
.TagClassName
{
border-color: #12149B;
}
</style>