Shades of Ultramarine #1A009F
Tints of Ultramarine #1A009F
RGB
CMYK
RGB Variations
Color information
#1A009F (or 0x1A009F) is known color: Ultramarine. HEX triplet: 1A, 00 and 9F. RGB value is (26,0,159). Sum of RGB (Red+Green+Blue) = 26+0+159=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A009F is #E5FF60. Grayscale: #191919. Windows color (decimal): -15073121 or 10420250. OLE color: 10420250.
HSL color Cylindrical-coordinate representation of color #1A009F: hue angle of 249.81º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A009F is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 0 | 159 | - |
| CMYK | 0.84 | 1 | 0 | 0.38 |
| HSL | 249.81º | 1% | 0.31% | - |
| HSV(B) | 249.81º | 1% | 0.62% | - |
| XYZ | 6.68 | 2.72 | 32.97 | - |
| YUV | 25.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 159 | 0.84 | 1 | 0 | 0.38 | 249.81 | 1 | 0.31 |
| Hex | 1A | 0 | 9F | 54 | 64 | 0 | 26 | FA | 64 | 1F |
| Octal | 32 | 0 | 237 | 124 | 144 | 0 | 46 | 372 | 144 | 37 |
| Binary | 11010 | 0 | 10011111 | 1010100 | 1100100 | 0 | 100110 | 11111010 | 1100100 | 11111 |
Color Harmonies of #1A009F
Complementary color
Monochromatic Colors of #1A009F
Black with #1A009F
Text Example
Text Example
White with #1A009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A009F; }
p { color: rgb(26,0,159); }
H1.HeaderClassName
{
color: #1A009F;
}
.AnyTagClassName
{
color: #1A009F;
}
</style>
background-color css
<style>
a { background-color: #1A009F; }
a { background-color: rgb(26,0,159); }
div.DivClassName
{
background-color: #1A009F;
}
.BgClassName
{
background-color: #1A009F;
}
</style>
border-color css
<style>
span { border-color: #1A009F; }
span { border-color: rgb(26,0,159); }
td.TdClassName
{
border-color: #1A009F;
}
.TagClassName
{
border-color: #1A009F;
}
</style>