Shades of Ultramarine #1A1684
Tints of Ultramarine #1A1684
RGB
CMYK
RGB Variations
Color information
#1A1684 (or 0x1A1684) is known color: Ultramarine. HEX triplet: 1A, 16 and 84. RGB value is (26,22,132). Sum of RGB (Red+Green+Blue) = 26+22+132=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A1684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1684 is #E5E97B. Grayscale: #232323. Windows color (decimal): -15067516 or 8656410. OLE color: 8656410.
HSL color Cylindrical-coordinate representation of color #1A1684: hue angle of 242.18º degrees, saturation: 0.71, 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 #1A1684 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 22 | 132 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.48 |
| HSL | 242.18º | 0.71% | 0.3% | - |
| HSV(B) | 242.18º | 0.83% | 0.52% | - |
| XYZ | 4.88 | 2.46 | 22.05 | - |
| YUV | 35.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 132 | 0.80 | 0.83 | 0 | 0.48 | 242.18 | 0.71 | 0.3 |
| Hex | 1A | 16 | 84 | 50 | 53 | 0 | 30 | F2 | 47 | 1E |
| Octal | 32 | 26 | 204 | 120 | 123 | 0 | 60 | 362 | 107 | 36 |
| Binary | 11010 | 10110 | 10000100 | 1010000 | 1010011 | 0 | 110000 | 11110010 | 1000111 | 11110 |
Color Harmonies of #1A1684
Complementary color
Monochromatic Colors of #1A1684
Black with #1A1684
Text Example
Text Example
White with #1A1684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1684; }
p { color: rgb(26,22,132); }
H1.HeaderClassName
{
color: #1A1684;
}
.AnyTagClassName
{
color: #1A1684;
}
</style>
background-color css
<style>
a { background-color: #1A1684; }
a { background-color: rgb(26,22,132); }
div.DivClassName
{
background-color: #1A1684;
}
.BgClassName
{
background-color: #1A1684;
}
</style>
border-color css
<style>
span { border-color: #1A1684; }
span { border-color: rgb(26,22,132); }
td.TdClassName
{
border-color: #1A1684;
}
.TagClassName
{
border-color: #1A1684;
}
</style>