Shades of Ultramarine #12097D
Tints of Ultramarine #12097D
RGB
CMYK
RGB Variations
Color information
#12097D (or 0x12097D) is known color: Ultramarine. HEX triplet: 12, 09 and 7D. RGB value is (18,9,125). Sum of RGB (Red+Green+Blue) = 18+9+125=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #12097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12097D is #EDF682. Grayscale: #181818. Windows color (decimal): -15595139 or 8194322. OLE color: 8194322.
HSL color Cylindrical-coordinate representation of color #12097D: hue angle of 244.66º degrees, saturation: 0.87, 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 #12097D is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 9 | 125 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.51 |
| HSL | 244.66º | 0.87% | 0.26% | - |
| HSV(B) | 244.66º | 0.93% | 0.49% | - |
| XYZ | 4.05 | 1.8 | 19.54 | - |
| YUV | 24.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 125 | 0.86 | 0.93 | 0 | 0.51 | 244.66 | 0.87 | 0.26 |
| Hex | 12 | 9 | 7D | 56 | 5D | 0 | 33 | F5 | 57 | 1A |
| Octal | 22 | 11 | 175 | 126 | 135 | 0 | 63 | 365 | 127 | 32 |
| Binary | 10010 | 1001 | 1111101 | 1010110 | 1011101 | 0 | 110011 | 11110101 | 1010111 | 11010 |
Color Harmonies of #12097D
Complementary color
Monochromatic Colors of #12097D
Black with #12097D
Text Example
Text Example
White with #12097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12097D; }
p { color: rgb(18,9,125); }
H1.HeaderClassName
{
color: #12097D;
}
.AnyTagClassName
{
color: #12097D;
}
</style>
background-color css
<style>
a { background-color: #12097D; }
a { background-color: rgb(18,9,125); }
div.DivClassName
{
background-color: #12097D;
}
.BgClassName
{
background-color: #12097D;
}
</style>
border-color css
<style>
span { border-color: #12097D; }
span { border-color: rgb(18,9,125); }
td.TdClassName
{
border-color: #12097D;
}
.TagClassName
{
border-color: #12097D;
}
</style>