Shades of Ultramarine #121AA6
Tints of Ultramarine #121AA6
RGB
CMYK
RGB Variations
Color information
#121AA6 (or 0x121AA6) is known color: Ultramarine. HEX triplet: 12, 1A and A6. RGB value is (18,26,166). Sum of RGB (Red+Green+Blue) = 18+26+166=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #121AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AA6 is #EDE559. Grayscale: #272727. Windows color (decimal): -15590746 or 10885650. OLE color: 10885650.
HSL color Cylindrical-coordinate representation of color #121AA6: hue angle of 236.76º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121AA6 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 26 | 166 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.35 |
| HSL | 236.76º | 0.8% | 0.36% | - |
| HSV(B) | 236.76º | 0.89% | 0.65% | - |
| XYZ | 7.5 | 3.62 | 36.38 | - |
| YUV | 39.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 166 | 0.89 | 0.84 | 0 | 0.35 | 236.76 | 0.8 | 0.36 |
| Hex | 12 | 1A | A6 | 59 | 54 | 0 | 23 | ED | 50 | 24 |
| Octal | 22 | 32 | 246 | 131 | 124 | 0 | 43 | 355 | 120 | 44 |
| Binary | 10010 | 11010 | 10100110 | 1011001 | 1010100 | 0 | 100011 | 11101101 | 1010000 | 100100 |
Color Harmonies of #121AA6
Complementary color
Monochromatic Colors of #121AA6
Black with #121AA6
Text Example
Text Example
White with #121AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AA6; }
p { color: rgb(18,26,166); }
H1.HeaderClassName
{
color: #121AA6;
}
.AnyTagClassName
{
color: #121AA6;
}
</style>
background-color css
<style>
a { background-color: #121AA6; }
a { background-color: rgb(18,26,166); }
div.DivClassName
{
background-color: #121AA6;
}
.BgClassName
{
background-color: #121AA6;
}
</style>
border-color css
<style>
span { border-color: #121AA6; }
span { border-color: rgb(18,26,166); }
td.TdClassName
{
border-color: #121AA6;
}
.TagClassName
{
border-color: #121AA6;
}
</style>