Shades of Ultramarine #12027E
Tints of Ultramarine #12027E
RGB
CMYK
RGB Variations
Color information
#12027E (or 0x12027E) is known color: Ultramarine. HEX triplet: 12, 02 and 7E. RGB value is (18,2,126). Sum of RGB (Red+Green+Blue) = 18+2+126=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 126 (49.61% from 255 or 86.30% from 146); Max value from RGB is 126 - color contains mainly: blue. Hex color #12027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12027E is #EDFD81. Grayscale: #141414. Windows color (decimal): -15596930 or 8258066. OLE color: 8258066.
HSL color Cylindrical-coordinate representation of color #12027E: hue angle of 247.74º 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 #12027E is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 2 | 126 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.51 |
| HSL | 247.74º | 0.97% | 0.25% | - |
| HSV(B) | 247.74º | 0.98% | 0.49% | - |
| XYZ | 4.04 | 1.68 | 19.85 | - |
| YUV | 20.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 126 | 0.86 | 0.98 | 0 | 0.51 | 247.74 | 0.97 | 0.25 |
| Hex | 12 | 2 | 7E | 56 | 62 | 0 | 33 | F8 | 61 | 19 |
| Octal | 22 | 2 | 176 | 126 | 142 | 0 | 63 | 370 | 141 | 31 |
| Binary | 10010 | 10 | 1111110 | 1010110 | 1100010 | 0 | 110011 | 11111000 | 1100001 | 11001 |
Color Harmonies of #12027E
Complementary color
Monochromatic Colors of #12027E
Black with #12027E
Text Example
Text Example
White with #12027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12027E; }
p { color: rgb(18,2,126); }
H1.HeaderClassName
{
color: #12027E;
}
.AnyTagClassName
{
color: #12027E;
}
</style>
background-color css
<style>
a { background-color: #12027E; }
a { background-color: rgb(18,2,126); }
div.DivClassName
{
background-color: #12027E;
}
.BgClassName
{
background-color: #12027E;
}
</style>
border-color css
<style>
span { border-color: #12027E; }
span { border-color: rgb(18,2,126); }
td.TdClassName
{
border-color: #12027E;
}
.TagClassName
{
border-color: #12027E;
}
</style>