Shades of Ultramarine #1A0398
Tints of Ultramarine #1A0398
RGB
CMYK
RGB Variations
Color information
#1A0398 (or 0x1A0398) is known color: Ultramarine. HEX triplet: 1A, 03 and 98. RGB value is (26,3,152). Sum of RGB (Red+Green+Blue) = 26+3+152=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A0398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0398 is #E5FC67. Grayscale: #1A1A1A. Windows color (decimal): -15072360 or 9962266. OLE color: 9962266.
HSL color Cylindrical-coordinate representation of color #1A0398: hue angle of 249.26º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0398 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 3 | 152 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.40 |
| HSL | 249.26º | 0.96% | 0.3% | - |
| HSV(B) | 249.26º | 0.98% | 0.6% | - |
| XYZ | 6.13 | 2.55 | 29.88 | - |
| YUV | 26.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 152 | 0.83 | 0.98 | 0 | 0.40 | 249.26 | 0.96 | 0.3 |
| Hex | 1A | 3 | 98 | 53 | 62 | 0 | 28 | F9 | 60 | 1E |
| Octal | 32 | 3 | 230 | 123 | 142 | 0 | 50 | 371 | 140 | 36 |
| Binary | 11010 | 11 | 10011000 | 1010011 | 1100010 | 0 | 101000 | 11111001 | 1100000 | 11110 |
Color Harmonies of #1A0398
Complementary color
Monochromatic Colors of #1A0398
Black with #1A0398
Text Example
Text Example
White with #1A0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0398; }
p { color: rgb(26,3,152); }
H1.HeaderClassName
{
color: #1A0398;
}
.AnyTagClassName
{
color: #1A0398;
}
</style>
background-color css
<style>
a { background-color: #1A0398; }
a { background-color: rgb(26,3,152); }
div.DivClassName
{
background-color: #1A0398;
}
.BgClassName
{
background-color: #1A0398;
}
</style>
border-color css
<style>
span { border-color: #1A0398; }
span { border-color: rgb(26,3,152); }
td.TdClassName
{
border-color: #1A0398;
}
.TagClassName
{
border-color: #1A0398;
}
</style>