Shades of Ultramarine #1A2192
Tints of Ultramarine #1A2192
RGB
CMYK
RGB Variations
Color information
#1A2192 (or 0x1A2192) is known color: Ultramarine. HEX triplet: 1A, 21 and 92. RGB value is (26,33,146). Sum of RGB (Red+Green+Blue) = 26+33+146=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2192 is #E5DE6D. Grayscale: #2B2B2B. Windows color (decimal): -15064686 or 9576730. OLE color: 9576730.
HSL color Cylindrical-coordinate representation of color #1A2192: hue angle of 236.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2192 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 33 | 146 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.43 |
| HSL | 236.5º | 0.7% | 0.34% | - |
| HSV(B) | 236.5º | 0.82% | 0.57% | - |
| XYZ | 6.16 | 3.38 | 27.52 | - |
| YUV | 43.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 146 | 0.82 | 0.77 | 0 | 0.43 | 236.5 | 0.7 | 0.34 |
| Hex | 1A | 21 | 92 | 52 | 4D | 0 | 2B | EC | 46 | 22 |
| Octal | 32 | 41 | 222 | 122 | 115 | 0 | 53 | 354 | 106 | 42 |
| Binary | 11010 | 100001 | 10010010 | 1010010 | 1001101 | 0 | 101011 | 11101100 | 1000110 | 100010 |
Color Harmonies of #1A2192
Complementary color
Monochromatic Colors of #1A2192
Black with #1A2192
Text Example
Text Example
White with #1A2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2192; }
p { color: rgb(26,33,146); }
H1.HeaderClassName
{
color: #1A2192;
}
.AnyTagClassName
{
color: #1A2192;
}
</style>
background-color css
<style>
a { background-color: #1A2192; }
a { background-color: rgb(26,33,146); }
div.DivClassName
{
background-color: #1A2192;
}
.BgClassName
{
background-color: #1A2192;
}
</style>
border-color css
<style>
span { border-color: #1A2192; }
span { border-color: rgb(26,33,146); }
td.TdClassName
{
border-color: #1A2192;
}
.TagClassName
{
border-color: #1A2192;
}
</style>