Shades of Ultramarine #1204A1
Tints of Ultramarine #1204A1
RGB
CMYK
RGB Variations
Color information
#1204A1 (or 0x1204A1) is known color: Ultramarine. HEX triplet: 12, 04 and A1. RGB value is (18,4,161). Sum of RGB (Red+Green+Blue) = 18+4+161=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 161 (63.28% from 255 or 87.98% from 183); Max value from RGB is 161 - color contains mainly: blue. Hex color #1204A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1204A1 is #EDFB5E. Grayscale: #191919. Windows color (decimal): -15596383 or 10552338. OLE color: 10552338.
HSL color Cylindrical-coordinate representation of color #1204A1: hue angle of 245.35º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204A1 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 4 | 161 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.37 |
| HSL | 245.35º | 0.95% | 0.32% | - |
| HSV(B) | 245.35º | 0.98% | 0.63% | - |
| XYZ | 6.73 | 2.79 | 33.9 | - |
| YUV | 26.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 161 | 0.89 | 0.98 | 0 | 0.37 | 245.35 | 0.95 | 0.32 |
| Hex | 12 | 4 | A1 | 59 | 62 | 0 | 25 | F5 | 5F | 20 |
| Octal | 22 | 4 | 241 | 131 | 142 | 0 | 45 | 365 | 137 | 40 |
| Binary | 10010 | 100 | 10100001 | 1011001 | 1100010 | 0 | 100101 | 11110101 | 1011111 | 100000 |
Color Harmonies of #1204A1
Complementary color
Monochromatic Colors of #1204A1
Black with #1204A1
Text Example
Text Example
White with #1204A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204A1; }
p { color: rgb(18,4,161); }
H1.HeaderClassName
{
color: #1204A1;
}
.AnyTagClassName
{
color: #1204A1;
}
</style>
background-color css
<style>
a { background-color: #1204A1; }
a { background-color: rgb(18,4,161); }
div.DivClassName
{
background-color: #1204A1;
}
.BgClassName
{
background-color: #1204A1;
}
</style>
border-color css
<style>
span { border-color: #1204A1; }
span { border-color: rgb(18,4,161); }
td.TdClassName
{
border-color: #1204A1;
}
.TagClassName
{
border-color: #1204A1;
}
</style>