Shades of Ultramarine #121481
Tints of Ultramarine #121481
RGB
CMYK
RGB Variations
Color information
#121481 (or 0x121481) is known color: Ultramarine. HEX triplet: 12, 14 and 81. RGB value is (18,20,129). Sum of RGB (Red+Green+Blue) = 18+20+129=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #121481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121481 is #EDEB7E. Grayscale: #1F1F1F. Windows color (decimal): -15592319 or 8459282. OLE color: 8459282.
HSL color Cylindrical-coordinate representation of color #121481: hue angle of 238.92º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121481 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 20 | 129 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.49 |
| HSL | 238.92º | 0.76% | 0.29% | - |
| HSV(B) | 238.92º | 0.86% | 0.51% | - |
| XYZ | 4.46 | 2.21 | 20.96 | - |
| YUV | 31.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 129 | 0.86 | 0.84 | 0 | 0.49 | 238.92 | 0.76 | 0.29 |
| Hex | 12 | 14 | 81 | 56 | 54 | 0 | 31 | EF | 4C | 1D |
| Octal | 22 | 24 | 201 | 126 | 124 | 0 | 61 | 357 | 114 | 35 |
| Binary | 10010 | 10100 | 10000001 | 1010110 | 1010100 | 0 | 110001 | 11101111 | 1001100 | 11101 |
Color Harmonies of #121481
Complementary color
Monochromatic Colors of #121481
Black with #121481
Text Example
Text Example
White with #121481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121481; }
p { color: rgb(18,20,129); }
H1.HeaderClassName
{
color: #121481;
}
.AnyTagClassName
{
color: #121481;
}
</style>
background-color css
<style>
a { background-color: #121481; }
a { background-color: rgb(18,20,129); }
div.DivClassName
{
background-color: #121481;
}
.BgClassName
{
background-color: #121481;
}
</style>
border-color css
<style>
span { border-color: #121481; }
span { border-color: rgb(18,20,129); }
td.TdClassName
{
border-color: #121481;
}
.TagClassName
{
border-color: #121481;
}
</style>