Shades of Ultramarine #1207A0
Tints of Ultramarine #1207A0
RGB
CMYK
RGB Variations
Color information
#1207A0 (or 0x1207A0) is known color: Ultramarine. HEX triplet: 12, 07 and A0. RGB value is (18,7,160). Sum of RGB (Red+Green+Blue) = 18+7+160=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #1207A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1207A0 is #EDF85F. Grayscale: #1B1B1B. Windows color (decimal): -15595616 or 10487570. OLE color: 10487570.
HSL color Cylindrical-coordinate representation of color #1207A0: hue angle of 244.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1207A0 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 7 | 160 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.37 |
| HSL | 244.31º | 0.92% | 0.33% | - |
| HSV(B) | 244.31º | 0.96% | 0.63% | - |
| XYZ | 6.67 | 2.82 | 33.45 | - |
| YUV | 27.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 160 | 0.89 | 0.96 | 0 | 0.37 | 244.31 | 0.92 | 0.33 |
| Hex | 12 | 7 | A0 | 59 | 60 | 0 | 25 | F4 | 5C | 21 |
| Octal | 22 | 7 | 240 | 131 | 140 | 0 | 45 | 364 | 134 | 41 |
| Binary | 10010 | 111 | 10100000 | 1011001 | 1100000 | 0 | 100101 | 11110100 | 1011100 | 100001 |
Color Harmonies of #1207A0
Complementary color
Monochromatic Colors of #1207A0
Black with #1207A0
Text Example
Text Example
White with #1207A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1207A0; }
p { color: rgb(18,7,160); }
H1.HeaderClassName
{
color: #1207A0;
}
.AnyTagClassName
{
color: #1207A0;
}
</style>
background-color css
<style>
a { background-color: #1207A0; }
a { background-color: rgb(18,7,160); }
div.DivClassName
{
background-color: #1207A0;
}
.BgClassName
{
background-color: #1207A0;
}
</style>
border-color css
<style>
span { border-color: #1207A0; }
span { border-color: rgb(18,7,160); }
td.TdClassName
{
border-color: #1207A0;
}
.TagClassName
{
border-color: #1207A0;
}
</style>