Shades of Ultramarine #12097C
Tints of Ultramarine #12097C
RGB
CMYK
RGB Variations
Color information
#12097C (or 0x12097C) is known color: Ultramarine. HEX triplet: 12, 09 and 7C. RGB value is (18,9,124). Sum of RGB (Red+Green+Blue) = 18+9+124=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #12097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12097C is #EDF683. Grayscale: #181818. Windows color (decimal): -15595140 or 8128786. OLE color: 8128786.
HSL color Cylindrical-coordinate representation of color #12097C: hue angle of 244.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12097C is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 9 | 124 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.51 |
| HSL | 244.7º | 0.86% | 0.26% | - |
| HSV(B) | 244.7º | 0.93% | 0.49% | - |
| XYZ | 3.99 | 1.78 | 19.2 | - |
| YUV | 24.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 124 | 0.85 | 0.93 | 0 | 0.51 | 244.7 | 0.86 | 0.26 |
| Hex | 12 | 9 | 7C | 55 | 5D | 0 | 33 | F5 | 56 | 1A |
| Octal | 22 | 11 | 174 | 125 | 135 | 0 | 63 | 365 | 126 | 32 |
| Binary | 10010 | 1001 | 1111100 | 1010101 | 1011101 | 0 | 110011 | 11110101 | 1010110 | 11010 |
Color Harmonies of #12097C
Complementary color
Monochromatic Colors of #12097C
Black with #12097C
Text Example
Text Example
White with #12097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12097C; }
p { color: rgb(18,9,124); }
H1.HeaderClassName
{
color: #12097C;
}
.AnyTagClassName
{
color: #12097C;
}
</style>
background-color css
<style>
a { background-color: #12097C; }
a { background-color: rgb(18,9,124); }
div.DivClassName
{
background-color: #12097C;
}
.BgClassName
{
background-color: #12097C;
}
</style>
border-color css
<style>
span { border-color: #12097C; }
span { border-color: rgb(18,9,124); }
td.TdClassName
{
border-color: #12097C;
}
.TagClassName
{
border-color: #12097C;
}
</style>