Shades of Ultramarine #1A0094
Tints of Ultramarine #1A0094
RGB
CMYK
RGB Variations
Color information
#1A0094 (or 0x1A0094) is known color: Ultramarine. HEX triplet: 1A, 00 and 94. RGB value is (26,0,148). Sum of RGB (Red+Green+Blue) = 26+0+148=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A0094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0094 is #E5FF6B. Grayscale: #181818. Windows color (decimal): -15073132 or 9699354. OLE color: 9699354.
HSL color Cylindrical-coordinate representation of color #1A0094: hue angle of 250.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0094 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 0 | 148 | - |
| CMYK | 0.82 | 1 | 0 | 0.42 |
| HSL | 250.54º | 1% | 0.29% | - |
| HSV(B) | 250.54º | 1% | 0.58% | - |
| XYZ | 5.77 | 2.36 | 28.17 | - |
| YUV | 24.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 148 | 0.82 | 1 | 0 | 0.42 | 250.54 | 1 | 0.29 |
| Hex | 1A | 0 | 94 | 52 | 64 | 0 | 2A | FB | 64 | 1D |
| Octal | 32 | 0 | 224 | 122 | 144 | 0 | 52 | 373 | 144 | 35 |
| Binary | 11010 | 0 | 10010100 | 1010010 | 1100100 | 0 | 101010 | 11111011 | 1100100 | 11101 |
Color Harmonies of #1A0094
Complementary color
Monochromatic Colors of #1A0094
Black with #1A0094
Text Example
Text Example
White with #1A0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0094; }
p { color: rgb(26,0,148); }
H1.HeaderClassName
{
color: #1A0094;
}
.AnyTagClassName
{
color: #1A0094;
}
</style>
background-color css
<style>
a { background-color: #1A0094; }
a { background-color: rgb(26,0,148); }
div.DivClassName
{
background-color: #1A0094;
}
.BgClassName
{
background-color: #1A0094;
}
</style>
border-color css
<style>
span { border-color: #1A0094; }
span { border-color: rgb(26,0,148); }
td.TdClassName
{
border-color: #1A0094;
}
.TagClassName
{
border-color: #1A0094;
}
</style>