Shades of Ultramarine #12099F
Tints of Ultramarine #12099F
RGB
CMYK
RGB Variations
Color information
#12099F (or 0x12099F) is known color: Ultramarine. HEX triplet: 12, 09 and 9F. RGB value is (18,9,159). Sum of RGB (Red+Green+Blue) = 18+9+159=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 159 (62.5% from 255 or 85.48% from 186); Max value from RGB is 159 - color contains mainly: blue. Hex color #12099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12099F is #EDF660. Grayscale: #1C1C1C. Windows color (decimal): -15595105 or 10422546. OLE color: 10422546.
HSL color Cylindrical-coordinate representation of color #12099F: hue angle of 243.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12099F is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 9 | 159 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.38 |
| HSL | 243.6º | 0.89% | 0.33% | - |
| HSV(B) | 243.6º | 0.94% | 0.62% | - |
| XYZ | 6.61 | 2.83 | 33 | - |
| YUV | 28.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 159 | 0.89 | 0.94 | 0 | 0.38 | 243.6 | 0.89 | 0.33 |
| Hex | 12 | 9 | 9F | 59 | 5E | 0 | 26 | F4 | 59 | 21 |
| Octal | 22 | 11 | 237 | 131 | 136 | 0 | 46 | 364 | 131 | 41 |
| Binary | 10010 | 1001 | 10011111 | 1011001 | 1011110 | 0 | 100110 | 11110100 | 1011001 | 100001 |
Color Harmonies of #12099F
Complementary color
Monochromatic Colors of #12099F
Black with #12099F
Text Example
Text Example
White with #12099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12099F; }
p { color: rgb(18,9,159); }
H1.HeaderClassName
{
color: #12099F;
}
.AnyTagClassName
{
color: #12099F;
}
</style>
background-color css
<style>
a { background-color: #12099F; }
a { background-color: rgb(18,9,159); }
div.DivClassName
{
background-color: #12099F;
}
.BgClassName
{
background-color: #12099F;
}
</style>
border-color css
<style>
span { border-color: #12099F; }
span { border-color: rgb(18,9,159); }
td.TdClassName
{
border-color: #12099F;
}
.TagClassName
{
border-color: #12099F;
}
</style>