Shades of Ultramarine #121488
Tints of Ultramarine #121488
RGB
CMYK
RGB Variations
Color information
#121488 (or 0x121488) is known color: Ultramarine. HEX triplet: 12, 14 and 88. RGB value is (18,20,136). Sum of RGB (Red+Green+Blue) = 18+20+136=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #121488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121488 is #EDEB77. Grayscale: #202020. Windows color (decimal): -15592312 or 8918034. OLE color: 8918034.
HSL color Cylindrical-coordinate representation of color #121488: hue angle of 238.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121488 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 20 | 136 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.47 |
| HSL | 238.98º | 0.77% | 0.3% | - |
| HSV(B) | 238.98º | 0.87% | 0.53% | - |
| XYZ | 4.94 | 2.41 | 23.5 | - |
| YUV | 32.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 136 | 0.87 | 0.85 | 0 | 0.47 | 238.98 | 0.77 | 0.3 |
| Hex | 12 | 14 | 88 | 57 | 55 | 0 | 2F | EF | 4D | 1E |
| Octal | 22 | 24 | 210 | 127 | 125 | 0 | 57 | 357 | 115 | 36 |
| Binary | 10010 | 10100 | 10001000 | 1010111 | 1010101 | 0 | 101111 | 11101111 | 1001101 | 11110 |
Color Harmonies of #121488
Complementary color
Monochromatic Colors of #121488
Black with #121488
Text Example
Text Example
White with #121488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121488; }
p { color: rgb(18,20,136); }
H1.HeaderClassName
{
color: #121488;
}
.AnyTagClassName
{
color: #121488;
}
</style>
background-color css
<style>
a { background-color: #121488; }
a { background-color: rgb(18,20,136); }
div.DivClassName
{
background-color: #121488;
}
.BgClassName
{
background-color: #121488;
}
</style>
border-color css
<style>
span { border-color: #121488; }
span { border-color: rgb(18,20,136); }
td.TdClassName
{
border-color: #121488;
}
.TagClassName
{
border-color: #121488;
}
</style>