Shades of Ultramarine #1A0A92
Tints of Ultramarine #1A0A92
RGB
CMYK
RGB Variations
Color information
#1A0A92 (or 0x1A0A92) is known color: Ultramarine. HEX triplet: 1A, 0A and 92. RGB value is (26,10,146). Sum of RGB (Red+Green+Blue) = 26+10+146=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A0A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A92 is #E5F56D. Grayscale: #1D1D1D. Windows color (decimal): -15070574 or 9570842. OLE color: 9570842.
HSL color Cylindrical-coordinate representation of color #1A0A92: hue angle of 247.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0A92 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 10 | 146 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.43 |
| HSL | 247.06º | 0.87% | 0.31% | - |
| HSV(B) | 247.06º | 0.93% | 0.57% | - |
| XYZ | 5.72 | 2.51 | 27.38 | - |
| YUV | 30.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 146 | 0.82 | 0.93 | 0 | 0.43 | 247.06 | 0.87 | 0.31 |
| Hex | 1A | A | 92 | 52 | 5D | 0 | 2B | F7 | 57 | 1F |
| Octal | 32 | 12 | 222 | 122 | 135 | 0 | 53 | 367 | 127 | 37 |
| Binary | 11010 | 1010 | 10010010 | 1010010 | 1011101 | 0 | 101011 | 11110111 | 1010111 | 11111 |
Color Harmonies of #1A0A92
Complementary color
Monochromatic Colors of #1A0A92
Black with #1A0A92
Text Example
Text Example
White with #1A0A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A92; }
p { color: rgb(26,10,146); }
H1.HeaderClassName
{
color: #1A0A92;
}
.AnyTagClassName
{
color: #1A0A92;
}
</style>
background-color css
<style>
a { background-color: #1A0A92; }
a { background-color: rgb(26,10,146); }
div.DivClassName
{
background-color: #1A0A92;
}
.BgClassName
{
background-color: #1A0A92;
}
</style>
border-color css
<style>
span { border-color: #1A0A92; }
span { border-color: rgb(26,10,146); }
td.TdClassName
{
border-color: #1A0A92;
}
.TagClassName
{
border-color: #1A0A92;
}
</style>