Shades of Ultramarine #12087B
Tints of Ultramarine #12087B
RGB
CMYK
RGB Variations
Color information
#12087B (or 0x12087B) is known color: Ultramarine. HEX triplet: 12, 08 and 7B. RGB value is (18,8,123). Sum of RGB (Red+Green+Blue) = 18+8+123=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #12087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12087B is #EDF784. Grayscale: #171717. Windows color (decimal): -15595397 or 8062994. OLE color: 8062994.
HSL color Cylindrical-coordinate representation of color #12087B: hue angle of 245.22º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12087B is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 8 | 123 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.52 |
| HSL | 245.22º | 0.88% | 0.26% | - |
| HSV(B) | 245.22º | 0.93% | 0.48% | - |
| XYZ | 3.91 | 1.73 | 18.87 | - |
| YUV | 24.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 123 | 0.85 | 0.93 | 0 | 0.52 | 245.22 | 0.88 | 0.26 |
| Hex | 12 | 8 | 7B | 55 | 5D | 0 | 34 | F5 | 58 | 1A |
| Octal | 22 | 10 | 173 | 125 | 135 | 0 | 64 | 365 | 130 | 32 |
| Binary | 10010 | 1000 | 1111011 | 1010101 | 1011101 | 0 | 110100 | 11110101 | 1011000 | 11010 |
Color Harmonies of #12087B
Complementary color
Monochromatic Colors of #12087B
Black with #12087B
Text Example
Text Example
White with #12087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12087B; }
p { color: rgb(18,8,123); }
H1.HeaderClassName
{
color: #12087B;
}
.AnyTagClassName
{
color: #12087B;
}
</style>
background-color css
<style>
a { background-color: #12087B; }
a { background-color: rgb(18,8,123); }
div.DivClassName
{
background-color: #12087B;
}
.BgClassName
{
background-color: #12087B;
}
</style>
border-color css
<style>
span { border-color: #12087B; }
span { border-color: rgb(18,8,123); }
td.TdClassName
{
border-color: #12087B;
}
.TagClassName
{
border-color: #12087B;
}
</style>