Shades of Ultramarine #12097B
Tints of Ultramarine #12097B
RGB
CMYK
RGB Variations
Color information
#12097B (or 0x12097B) is known color: Ultramarine. HEX triplet: 12, 09 and 7B. RGB value is (18,9,123). Sum of RGB (Red+Green+Blue) = 18+9+123=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #12097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12097B is #EDF684. Grayscale: #181818. Windows color (decimal): -15595141 or 8063250. OLE color: 8063250.
HSL color Cylindrical-coordinate representation of color #12097B: hue angle of 244.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12097B is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 9 | 123 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.52 |
| HSL | 244.74º | 0.86% | 0.26% | - |
| HSV(B) | 244.74º | 0.93% | 0.48% | - |
| XYZ | 3.92 | 1.75 | 18.87 | - |
| YUV | 24.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 123 | 0.85 | 0.93 | 0 | 0.52 | 244.74 | 0.86 | 0.26 |
| Hex | 12 | 9 | 7B | 55 | 5D | 0 | 34 | F5 | 56 | 1A |
| Octal | 22 | 11 | 173 | 125 | 135 | 0 | 64 | 365 | 126 | 32 |
| Binary | 10010 | 1001 | 1111011 | 1010101 | 1011101 | 0 | 110100 | 11110101 | 1010110 | 11010 |
Color Harmonies of #12097B
Complementary color
Monochromatic Colors of #12097B
Black with #12097B
Text Example
Text Example
White with #12097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12097B; }
p { color: rgb(18,9,123); }
H1.HeaderClassName
{
color: #12097B;
}
.AnyTagClassName
{
color: #12097B;
}
</style>
background-color css
<style>
a { background-color: #12097B; }
a { background-color: rgb(18,9,123); }
div.DivClassName
{
background-color: #12097B;
}
.BgClassName
{
background-color: #12097B;
}
</style>
border-color css
<style>
span { border-color: #12097B; }
span { border-color: rgb(18,9,123); }
td.TdClassName
{
border-color: #12097B;
}
.TagClassName
{
border-color: #12097B;
}
</style>