Shades of Ultramarine #1A0F98
Tints of Ultramarine #1A0F98
RGB
CMYK
RGB Variations
Color information
#1A0F98 (or 0x1A0F98) is known color: Ultramarine. HEX triplet: 1A, 0F and 98. RGB value is (26,15,152). Sum of RGB (Red+Green+Blue) = 26+15+152=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A0F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0F98 is #E5F067. Grayscale: #212121. Windows color (decimal): -15069288 or 9965338. OLE color: 9965338.
HSL color Cylindrical-coordinate representation of color #1A0F98: hue angle of 244.82º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0F98 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 15 | 152 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.40 |
| HSL | 244.82º | 0.82% | 0.33% | - |
| HSV(B) | 244.82º | 0.9% | 0.6% | - |
| XYZ | 6.26 | 2.83 | 29.92 | - |
| YUV | 33.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 152 | 0.83 | 0.90 | 0 | 0.40 | 244.82 | 0.82 | 0.33 |
| Hex | 1A | F | 98 | 53 | 5A | 0 | 28 | F5 | 52 | 21 |
| Octal | 32 | 17 | 230 | 123 | 132 | 0 | 50 | 365 | 122 | 41 |
| Binary | 11010 | 1111 | 10011000 | 1010011 | 1011010 | 0 | 101000 | 11110101 | 1010010 | 100001 |
Color Harmonies of #1A0F98
Complementary color
Monochromatic Colors of #1A0F98
Black with #1A0F98
Text Example
Text Example
White with #1A0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F98; }
p { color: rgb(26,15,152); }
H1.HeaderClassName
{
color: #1A0F98;
}
.AnyTagClassName
{
color: #1A0F98;
}
</style>
background-color css
<style>
a { background-color: #1A0F98; }
a { background-color: rgb(26,15,152); }
div.DivClassName
{
background-color: #1A0F98;
}
.BgClassName
{
background-color: #1A0F98;
}
</style>
border-color css
<style>
span { border-color: #1A0F98; }
span { border-color: rgb(26,15,152); }
td.TdClassName
{
border-color: #1A0F98;
}
.TagClassName
{
border-color: #1A0F98;
}
</style>