Shades of Ultramarine #1418AA
Tints of Ultramarine #1418AA
RGB
CMYK
RGB Variations
Color information
#1418AA (or 0x1418AA) is known color: Ultramarine. HEX triplet: 14, 18 and AA. RGB value is (20,24,170). Sum of RGB (Red+Green+Blue) = 20+24+170=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #1418AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1418AA is #EBE755. Grayscale: #262626. Windows color (decimal): -15460182 or 11147284. OLE color: 11147284.
HSL color Cylindrical-coordinate representation of color #1418AA: hue angle of 238.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1418AA is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 24 | 170 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.33 |
| HSL | 238.4º | 0.79% | 0.37% | - |
| HSV(B) | 238.4º | 0.88% | 0.67% | - |
| XYZ | 7.87 | 3.7 | 38.33 | - |
| YUV | 39.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 170 | 0.88 | 0.86 | 0 | 0.33 | 238.4 | 0.79 | 0.37 |
| Hex | 14 | 18 | AA | 58 | 56 | 0 | 21 | EE | 4F | 25 |
| Octal | 24 | 30 | 252 | 130 | 126 | 0 | 41 | 356 | 117 | 45 |
| Binary | 10100 | 11000 | 10101010 | 1011000 | 1010110 | 0 | 100001 | 11101110 | 1001111 | 100101 |
Color Harmonies of #1418AA
Complementary color
Monochromatic Colors of #1418AA
Black with #1418AA
Text Example
Text Example
White with #1418AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418AA; }
p { color: rgb(20,24,170); }
H1.HeaderClassName
{
color: #1418AA;
}
.AnyTagClassName
{
color: #1418AA;
}
</style>
background-color css
<style>
a { background-color: #1418AA; }
a { background-color: rgb(20,24,170); }
div.DivClassName
{
background-color: #1418AA;
}
.BgClassName
{
background-color: #1418AA;
}
</style>
border-color css
<style>
span { border-color: #1418AA; }
span { border-color: rgb(20,24,170); }
td.TdClassName
{
border-color: #1418AA;
}
.TagClassName
{
border-color: #1418AA;
}
</style>