Shades of Ultramarine #12027C
Tints of Ultramarine #12027C
RGB
CMYK
RGB Variations
Color information
#12027C (or 0x12027C) is known color: Ultramarine. HEX triplet: 12, 02 and 7C. RGB value is (18,2,124). Sum of RGB (Red+Green+Blue) = 18+2+124=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #12027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12027C is #EDFD83. Grayscale: #141414. Windows color (decimal): -15596932 or 8126994. OLE color: 8126994.
HSL color Cylindrical-coordinate representation of color #12027C: hue angle of 247.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12027C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 2 | 124 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.51 |
| HSL | 247.87º | 0.97% | 0.25% | - |
| HSV(B) | 247.87º | 0.98% | 0.49% | - |
| XYZ | 3.91 | 1.63 | 19.18 | - |
| YUV | 20.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 124 | 0.85 | 0.98 | 0 | 0.51 | 247.87 | 0.97 | 0.25 |
| Hex | 12 | 2 | 7C | 55 | 62 | 0 | 33 | F8 | 61 | 19 |
| Octal | 22 | 2 | 174 | 125 | 142 | 0 | 63 | 370 | 141 | 31 |
| Binary | 10010 | 10 | 1111100 | 1010101 | 1100010 | 0 | 110011 | 11111000 | 1100001 | 11001 |
Color Harmonies of #12027C
Complementary color
Monochromatic Colors of #12027C
Black with #12027C
Text Example
Text Example
White with #12027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12027C; }
p { color: rgb(18,2,124); }
H1.HeaderClassName
{
color: #12027C;
}
.AnyTagClassName
{
color: #12027C;
}
</style>
background-color css
<style>
a { background-color: #12027C; }
a { background-color: rgb(18,2,124); }
div.DivClassName
{
background-color: #12027C;
}
.BgClassName
{
background-color: #12027C;
}
</style>
border-color css
<style>
span { border-color: #12027C; }
span { border-color: rgb(18,2,124); }
td.TdClassName
{
border-color: #12027C;
}
.TagClassName
{
border-color: #12027C;
}
</style>