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