Shades of Ultramarine #1A1396
Tints of Ultramarine #1A1396
RGB
CMYK
RGB Variations
Color information
#1A1396 (or 0x1A1396) is known color: Ultramarine. HEX triplet: 1A, 13 and 96. RGB value is (26,19,150). Sum of RGB (Red+Green+Blue) = 26+19+150=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A1396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1396 is #E5EC69. Grayscale: #232323. Windows color (decimal): -15068266 or 9835290. OLE color: 9835290.
HSL color Cylindrical-coordinate representation of color #1A1396: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1396 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 19 | 150 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.41 |
| HSL | 243.21º | 0.78% | 0.33% | - |
| HSV(B) | 243.21º | 0.87% | 0.59% | - |
| XYZ | 6.16 | 2.89 | 29.09 | - |
| YUV | 36.03 | 192.32 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 150 | 0.83 | 0.87 | 0 | 0.41 | 243.21 | 0.78 | 0.33 |
| Hex | 1A | 13 | 96 | 53 | 57 | 0 | 29 | F3 | 4E | 21 |
| Octal | 32 | 23 | 226 | 123 | 127 | 0 | 51 | 363 | 116 | 41 |
| Binary | 11010 | 10011 | 10010110 | 1010011 | 1010111 | 0 | 101001 | 11110011 | 1001110 | 100001 |
Color Harmonies of #1A1396
Complementary color
Monochromatic Colors of #1A1396
Black with #1A1396
Text Example
Text Example
White with #1A1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1396; }
p { color: rgb(26,19,150); }
H1.HeaderClassName
{
color: #1A1396;
}
.AnyTagClassName
{
color: #1A1396;
}
</style>
background-color css
<style>
a { background-color: #1A1396; }
a { background-color: rgb(26,19,150); }
div.DivClassName
{
background-color: #1A1396;
}
.BgClassName
{
background-color: #1A1396;
}
</style>
border-color css
<style>
span { border-color: #1A1396; }
span { border-color: rgb(26,19,150); }
td.TdClassName
{
border-color: #1A1396;
}
.TagClassName
{
border-color: #1A1396;
}
</style>