Shades of Ultramarine #1A0392
Tints of Ultramarine #1A0392
RGB
CMYK
RGB Variations
Color information
#1A0392 (or 0x1A0392) is known color: Ultramarine. HEX triplet: 1A, 03 and 92. RGB value is (26,3,146). Sum of RGB (Red+Green+Blue) = 26+3+146=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A0392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0392 is #E5FC6D. Grayscale: #191919. Windows color (decimal): -15072366 or 9569050. OLE color: 9569050.
HSL color Cylindrical-coordinate representation of color #1A0392: hue angle of 249.65º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0392 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 3 | 146 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.43 |
| HSL | 249.65º | 0.96% | 0.29% | - |
| HSV(B) | 249.65º | 0.98% | 0.57% | - |
| XYZ | 5.65 | 2.36 | 27.35 | - |
| YUV | 26.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 146 | 0.82 | 0.98 | 0 | 0.43 | 249.65 | 0.96 | 0.29 |
| Hex | 1A | 3 | 92 | 52 | 62 | 0 | 2B | FA | 60 | 1D |
| Octal | 32 | 3 | 222 | 122 | 142 | 0 | 53 | 372 | 140 | 35 |
| Binary | 11010 | 11 | 10010010 | 1010010 | 1100010 | 0 | 101011 | 11111010 | 1100000 | 11101 |
Color Harmonies of #1A0392
Complementary color
Monochromatic Colors of #1A0392
Black with #1A0392
Text Example
Text Example
White with #1A0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0392; }
p { color: rgb(26,3,146); }
H1.HeaderClassName
{
color: #1A0392;
}
.AnyTagClassName
{
color: #1A0392;
}
</style>
background-color css
<style>
a { background-color: #1A0392; }
a { background-color: rgb(26,3,146); }
div.DivClassName
{
background-color: #1A0392;
}
.BgClassName
{
background-color: #1A0392;
}
</style>
border-color css
<style>
span { border-color: #1A0392; }
span { border-color: rgb(26,3,146); }
td.TdClassName
{
border-color: #1A0392;
}
.TagClassName
{
border-color: #1A0392;
}
</style>