Shades of Ultramarine #121385
Tints of Ultramarine #121385
RGB
CMYK
RGB Variations
Color information
#121385 (or 0x121385) is known color: Ultramarine. HEX triplet: 12, 13 and 85. RGB value is (18,19,133). Sum of RGB (Red+Green+Blue) = 18+19+133=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #121385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121385 is #EDEC7A. Grayscale: #1F1F1F. Windows color (decimal): -15592571 or 8721170. OLE color: 8721170.
HSL color Cylindrical-coordinate representation of color #121385: hue angle of 239.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121385 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 19 | 133 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.48 |
| HSL | 239.48º | 0.76% | 0.3% | - |
| HSV(B) | 239.48º | 0.86% | 0.52% | - |
| XYZ | 4.72 | 2.29 | 22.38 | - |
| YUV | 31.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 133 | 0.86 | 0.86 | 0 | 0.48 | 239.48 | 0.76 | 0.3 |
| Hex | 12 | 13 | 85 | 56 | 56 | 0 | 30 | EF | 4C | 1E |
| Octal | 22 | 23 | 205 | 126 | 126 | 0 | 60 | 357 | 114 | 36 |
| Binary | 10010 | 10011 | 10000101 | 1010110 | 1010110 | 0 | 110000 | 11101111 | 1001100 | 11110 |
Color Harmonies of #121385
Complementary color
Monochromatic Colors of #121385
Black with #121385
Text Example
Text Example
White with #121385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121385; }
p { color: rgb(18,19,133); }
H1.HeaderClassName
{
color: #121385;
}
.AnyTagClassName
{
color: #121385;
}
</style>
background-color css
<style>
a { background-color: #121385; }
a { background-color: rgb(18,19,133); }
div.DivClassName
{
background-color: #121385;
}
.BgClassName
{
background-color: #121385;
}
</style>
border-color css
<style>
span { border-color: #121385; }
span { border-color: rgb(18,19,133); }
td.TdClassName
{
border-color: #121385;
}
.TagClassName
{
border-color: #121385;
}
</style>