Shades of Ultramarine #12087E
Tints of Ultramarine #12087E
RGB
CMYK
RGB Variations
Color information
#12087E (or 0x12087E) is known color: Ultramarine. HEX triplet: 12, 08 and 7E. RGB value is (18,8,126). Sum of RGB (Red+Green+Blue) = 18+8+126=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 126 (49.61% from 255 or 82.89% from 152); Max value from RGB is 126 - color contains mainly: blue. Hex color #12087E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12087E is #EDF781. Grayscale: #171717. Windows color (decimal): -15595394 or 8259602. OLE color: 8259602.
HSL color Cylindrical-coordinate representation of color #12087E: hue angle of 245.08º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12087E is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 8 | 126 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.51 |
| HSL | 245.08º | 0.88% | 0.26% | - |
| HSV(B) | 245.08º | 0.94% | 0.49% | - |
| XYZ | 4.1 | 1.81 | 19.87 | - |
| YUV | 24.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 126 | 0.86 | 0.94 | 0 | 0.51 | 245.08 | 0.88 | 0.26 |
| Hex | 12 | 8 | 7E | 56 | 5E | 0 | 33 | F5 | 58 | 1A |
| Octal | 22 | 10 | 176 | 126 | 136 | 0 | 63 | 365 | 130 | 32 |
| Binary | 10010 | 1000 | 1111110 | 1010110 | 1011110 | 0 | 110011 | 11110101 | 1011000 | 11010 |
Color Harmonies of #12087E
Complementary color
Monochromatic Colors of #12087E
Black with #12087E
Text Example
Text Example
White with #12087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12087E; }
p { color: rgb(18,8,126); }
H1.HeaderClassName
{
color: #12087E;
}
.AnyTagClassName
{
color: #12087E;
}
</style>
background-color css
<style>
a { background-color: #12087E; }
a { background-color: rgb(18,8,126); }
div.DivClassName
{
background-color: #12087E;
}
.BgClassName
{
background-color: #12087E;
}
</style>
border-color css
<style>
span { border-color: #12087E; }
span { border-color: rgb(18,8,126); }
td.TdClassName
{
border-color: #12087E;
}
.TagClassName
{
border-color: #12087E;
}
</style>