Shades of Ultramarine #12028E
Tints of Ultramarine #12028E
RGB
CMYK
RGB Variations
Color information
#12028E (or 0x12028E) is known color: Ultramarine. HEX triplet: 12, 02 and 8E. RGB value is (18,2,142). Sum of RGB (Red+Green+Blue) = 18+2+142=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 142 (55.86% from 255 or 87.65% from 162); Max value from RGB is 142 - color contains mainly: blue. Hex color #12028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12028E is #EDFD71. Grayscale: #161616. Windows color (decimal): -15596914 or 9306642. OLE color: 9306642.
HSL color Cylindrical-coordinate representation of color #12028E: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12028E is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 2 | 142 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.44 |
| HSL | 246.86º | 0.97% | 0.28% | - |
| HSV(B) | 246.86º | 0.99% | 0.56% | - |
| XYZ | 5.15 | 2.13 | 25.73 | - |
| YUV | 22.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 142 | 0.87 | 0.99 | 0 | 0.44 | 246.86 | 0.97 | 0.28 |
| Hex | 12 | 2 | 8E | 57 | 63 | 0 | 2C | F7 | 61 | 1C |
| Octal | 22 | 2 | 216 | 127 | 143 | 0 | 54 | 367 | 141 | 34 |
| Binary | 10010 | 10 | 10001110 | 1010111 | 1100011 | 0 | 101100 | 11110111 | 1100001 | 11100 |
Color Harmonies of #12028E
Complementary color
Monochromatic Colors of #12028E
Black with #12028E
Text Example
Text Example
White with #12028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12028E; }
p { color: rgb(18,2,142); }
H1.HeaderClassName
{
color: #12028E;
}
.AnyTagClassName
{
color: #12028E;
}
</style>
background-color css
<style>
a { background-color: #12028E; }
a { background-color: rgb(18,2,142); }
div.DivClassName
{
background-color: #12028E;
}
.BgClassName
{
background-color: #12028E;
}
</style>
border-color css
<style>
span { border-color: #12028E; }
span { border-color: rgb(18,2,142); }
td.TdClassName
{
border-color: #12028E;
}
.TagClassName
{
border-color: #12028E;
}
</style>