Shades of Ultramarine #1A0FAA
Tints of Ultramarine #1A0FAA
RGB
CMYK
RGB Variations
Color information
#1A0FAA (or 0x1A0FAA) is known color: Ultramarine. HEX triplet: 1A, 0F and AA. RGB value is (26,15,170). Sum of RGB (Red+Green+Blue) = 26+15+170=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0FAA is #E5F055. Grayscale: #232323. Windows color (decimal): -15069270 or 11144986. OLE color: 11144986.
HSL color Cylindrical-coordinate representation of color #1A0FAA: hue angle of 244.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0FAA is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 15 | 170 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.33 |
| HSL | 244.26º | 0.84% | 0.36% | - |
| HSV(B) | 244.26º | 0.91% | 0.67% | - |
| XYZ | 7.85 | 3.46 | 38.28 | - |
| YUV | 35.96 | 203.64 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 170 | 0.85 | 0.91 | 0 | 0.33 | 244.26 | 0.84 | 0.36 |
| Hex | 1A | F | AA | 55 | 5B | 0 | 21 | F4 | 54 | 24 |
| Octal | 32 | 17 | 252 | 125 | 133 | 0 | 41 | 364 | 124 | 44 |
| Binary | 11010 | 1111 | 10101010 | 1010101 | 1011011 | 0 | 100001 | 11110100 | 1010100 | 100100 |
Color Harmonies of #1A0FAA
Complementary color
Monochromatic Colors of #1A0FAA
Black with #1A0FAA
Text Example
Text Example
White with #1A0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0FAA; }
p { color: rgb(26,15,170); }
H1.HeaderClassName
{
color: #1A0FAA;
}
.AnyTagClassName
{
color: #1A0FAA;
}
</style>
background-color css
<style>
a { background-color: #1A0FAA; }
a { background-color: rgb(26,15,170); }
div.DivClassName
{
background-color: #1A0FAA;
}
.BgClassName
{
background-color: #1A0FAA;
}
</style>
border-color css
<style>
span { border-color: #1A0FAA; }
span { border-color: rgb(26,15,170); }
td.TdClassName
{
border-color: #1A0FAA;
}
.TagClassName
{
border-color: #1A0FAA;
}
</style>