Shades of Ultramarine #1A019C
Tints of Ultramarine #1A019C
RGB
CMYK
RGB Variations
Color information
#1A019C (or 0x1A019C) is known color: Ultramarine. HEX triplet: 1A, 01 and 9C. RGB value is (26,1,156). Sum of RGB (Red+Green+Blue) = 26+1+156=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 156 (61.33% from 255 or 85.25% from 183); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A019C is #E5FE63. Grayscale: #191919. Windows color (decimal): -15072868 or 10223898. OLE color: 10223898.
HSL color Cylindrical-coordinate representation of color #1A019C: hue angle of 249.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A019C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 1 | 156 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.39 |
| HSL | 249.68º | 0.99% | 0.31% | - |
| HSV(B) | 249.68º | 0.99% | 0.61% | - |
| XYZ | 6.44 | 2.64 | 31.62 | - |
| YUV | 26.15 | 201.28 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 156 | 0.83 | 0.99 | 0 | 0.39 | 249.68 | 0.99 | 0.31 |
| Hex | 1A | 1 | 9C | 53 | 63 | 0 | 27 | FA | 63 | 1F |
| Octal | 32 | 1 | 234 | 123 | 143 | 0 | 47 | 372 | 143 | 37 |
| Binary | 11010 | 1 | 10011100 | 1010011 | 1100011 | 0 | 100111 | 11111010 | 1100011 | 11111 |
Color Harmonies of #1A019C
Complementary color
Monochromatic Colors of #1A019C
Black with #1A019C
Text Example
Text Example
White with #1A019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A019C; }
p { color: rgb(26,1,156); }
H1.HeaderClassName
{
color: #1A019C;
}
.AnyTagClassName
{
color: #1A019C;
}
</style>
background-color css
<style>
a { background-color: #1A019C; }
a { background-color: rgb(26,1,156); }
div.DivClassName
{
background-color: #1A019C;
}
.BgClassName
{
background-color: #1A019C;
}
</style>
border-color css
<style>
span { border-color: #1A019C; }
span { border-color: rgb(26,1,156); }
td.TdClassName
{
border-color: #1A019C;
}
.TagClassName
{
border-color: #1A019C;
}
</style>