Shades of Ultramarine #1A1784
Tints of Ultramarine #1A1784
RGB
CMYK
RGB Variations
Color information
#1A1784 (or 0x1A1784) is known color: Ultramarine. HEX triplet: 1A, 17 and 84. RGB value is (26,23,132). Sum of RGB (Red+Green+Blue) = 26+23+132=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A1784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1784 is #E5E87B. Grayscale: #232323. Windows color (decimal): -15067260 or 8656666. OLE color: 8656666.
HSL color Cylindrical-coordinate representation of color #1A1784: hue angle of 241.65º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1784 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 23 | 132 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.48 |
| HSL | 241.65º | 0.7% | 0.3% | - |
| HSV(B) | 241.65º | 0.83% | 0.52% | - |
| XYZ | 4.9 | 2.5 | 22.05 | - |
| YUV | 36.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 132 | 0.80 | 0.83 | 0 | 0.48 | 241.65 | 0.7 | 0.3 |
| Hex | 1A | 17 | 84 | 50 | 53 | 0 | 30 | F2 | 46 | 1E |
| Octal | 32 | 27 | 204 | 120 | 123 | 0 | 60 | 362 | 106 | 36 |
| Binary | 11010 | 10111 | 10000100 | 1010000 | 1010011 | 0 | 110000 | 11110010 | 1000110 | 11110 |
Color Harmonies of #1A1784
Complementary color
Monochromatic Colors of #1A1784
Black with #1A1784
Text Example
Text Example
White with #1A1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1784; }
p { color: rgb(26,23,132); }
H1.HeaderClassName
{
color: #1A1784;
}
.AnyTagClassName
{
color: #1A1784;
}
</style>
background-color css
<style>
a { background-color: #1A1784; }
a { background-color: rgb(26,23,132); }
div.DivClassName
{
background-color: #1A1784;
}
.BgClassName
{
background-color: #1A1784;
}
</style>
border-color css
<style>
span { border-color: #1A1784; }
span { border-color: rgb(26,23,132); }
td.TdClassName
{
border-color: #1A1784;
}
.TagClassName
{
border-color: #1A1784;
}
</style>