Shades of Ultramarine #1A0098
Tints of Ultramarine #1A0098
RGB
CMYK
RGB Variations
Color information
#1A0098 (or 0x1A0098) is known color: Ultramarine. HEX triplet: 1A, 00 and 98. RGB value is (26,0,152). Sum of RGB (Red+Green+Blue) = 26+0+152=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 152 (59.77% from 255 or 85.39% from 178); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A0098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0098 is #E5FF67. Grayscale: #181818. Windows color (decimal): -15073128 or 9961498. OLE color: 9961498.
HSL color Cylindrical-coordinate representation of color #1A0098: hue angle of 250.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0098 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 0 | 152 | - |
| CMYK | 0.83 | 1 | 0 | 0.40 |
| HSL | 250.26º | 1% | 0.3% | - |
| HSV(B) | 250.26º | 1% | 0.6% | - |
| XYZ | 6.09 | 2.49 | 29.86 | - |
| YUV | 25.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 152 | 0.83 | 1 | 0 | 0.40 | 250.26 | 1 | 0.3 |
| Hex | 1A | 0 | 98 | 53 | 64 | 0 | 28 | FA | 64 | 1E |
| Octal | 32 | 0 | 230 | 123 | 144 | 0 | 50 | 372 | 144 | 36 |
| Binary | 11010 | 0 | 10011000 | 1010011 | 1100100 | 0 | 101000 | 11111010 | 1100100 | 11110 |
Color Harmonies of #1A0098
Complementary color
Monochromatic Colors of #1A0098
Black with #1A0098
Text Example
Text Example
White with #1A0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0098; }
p { color: rgb(26,0,152); }
H1.HeaderClassName
{
color: #1A0098;
}
.AnyTagClassName
{
color: #1A0098;
}
</style>
background-color css
<style>
a { background-color: #1A0098; }
a { background-color: rgb(26,0,152); }
div.DivClassName
{
background-color: #1A0098;
}
.BgClassName
{
background-color: #1A0098;
}
</style>
border-color css
<style>
span { border-color: #1A0098; }
span { border-color: rgb(26,0,152); }
td.TdClassName
{
border-color: #1A0098;
}
.TagClassName
{
border-color: #1A0098;
}
</style>