Shades of Ultramarine #1A16A4
Tints of Ultramarine #1A16A4
RGB
CMYK
RGB Variations
Color information
#1A16A4 (or 0x1A16A4) is known color: Ultramarine. HEX triplet: 1A, 16 and A4. RGB value is (26,22,164). Sum of RGB (Red+Green+Blue) = 26+22+164=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A16A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A16A4 is #E5E95B. Grayscale: #262626. Windows color (decimal): -15067484 or 10753562. OLE color: 10753562.
HSL color Cylindrical-coordinate representation of color #1A16A4: hue angle of 241.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A16A4 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 22 | 164 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.36 |
| HSL | 241.69º | 0.76% | 0.36% | - |
| HSV(B) | 241.69º | 0.87% | 0.64% | - |
| XYZ | 7.41 | 3.47 | 35.4 | - |
| YUV | 39.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 164 | 0.84 | 0.87 | 0 | 0.36 | 241.69 | 0.76 | 0.36 |
| Hex | 1A | 16 | A4 | 54 | 57 | 0 | 24 | F2 | 4C | 24 |
| Octal | 32 | 26 | 244 | 124 | 127 | 0 | 44 | 362 | 114 | 44 |
| Binary | 11010 | 10110 | 10100100 | 1010100 | 1010111 | 0 | 100100 | 11110010 | 1001100 | 100100 |
Color Harmonies of #1A16A4
Complementary color
Monochromatic Colors of #1A16A4
Black with #1A16A4
Text Example
Text Example
White with #1A16A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16A4; }
p { color: rgb(26,22,164); }
H1.HeaderClassName
{
color: #1A16A4;
}
.AnyTagClassName
{
color: #1A16A4;
}
</style>
background-color css
<style>
a { background-color: #1A16A4; }
a { background-color: rgb(26,22,164); }
div.DivClassName
{
background-color: #1A16A4;
}
.BgClassName
{
background-color: #1A16A4;
}
</style>
border-color css
<style>
span { border-color: #1A16A4; }
span { border-color: rgb(26,22,164); }
td.TdClassName
{
border-color: #1A16A4;
}
.TagClassName
{
border-color: #1A16A4;
}
</style>