Shades of Ultramarine #120A88
Tints of Ultramarine #120A88
RGB
CMYK
RGB Variations
Color information
#120A88 (or 0x120A88) is known color: Ultramarine. HEX triplet: 12, 0A and 88. RGB value is (18,10,136). Sum of RGB (Red+Green+Blue) = 18+10+136=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #120A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120A88 is #EDF577. Grayscale: #1A1A1A. Windows color (decimal): -15594872 or 8915474. OLE color: 8915474.
HSL color Cylindrical-coordinate representation of color #120A88: hue angle of 243.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120A88 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 10 | 136 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.47 |
| HSL | 243.81º | 0.86% | 0.29% | - |
| HSV(B) | 243.81º | 0.93% | 0.53% | - |
| XYZ | 4.8 | 2.12 | 23.45 | - |
| YUV | 26.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 136 | 0.87 | 0.93 | 0 | 0.47 | 243.81 | 0.86 | 0.29 |
| Hex | 12 | A | 88 | 57 | 5D | 0 | 2F | F4 | 56 | 1D |
| Octal | 22 | 12 | 210 | 127 | 135 | 0 | 57 | 364 | 126 | 35 |
| Binary | 10010 | 1010 | 10001000 | 1010111 | 1011101 | 0 | 101111 | 11110100 | 1010110 | 11101 |
Color Harmonies of #120A88
Complementary color
Monochromatic Colors of #120A88
Black with #120A88
Text Example
Text Example
White with #120A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A88; }
p { color: rgb(18,10,136); }
H1.HeaderClassName
{
color: #120A88;
}
.AnyTagClassName
{
color: #120A88;
}
</style>
background-color css
<style>
a { background-color: #120A88; }
a { background-color: rgb(18,10,136); }
div.DivClassName
{
background-color: #120A88;
}
.BgClassName
{
background-color: #120A88;
}
</style>
border-color css
<style>
span { border-color: #120A88; }
span { border-color: rgb(18,10,136); }
td.TdClassName
{
border-color: #120A88;
}
.TagClassName
{
border-color: #120A88;
}
</style>