Shades of Ultramarine #1418A5
Tints of Ultramarine #1418A5
RGB
CMYK
RGB Variations
Color information
#1418A5 (or 0x1418A5) is known color: Ultramarine. HEX triplet: 14, 18 and A5. RGB value is (20,24,165). Sum of RGB (Red+Green+Blue) = 20+24+165=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 165 (64.84% from 255 or 78.95% from 209); Max value from RGB is 165 - color contains mainly: blue. Hex color #1418A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1418A5 is #EBE75A. Grayscale: #262626. Windows color (decimal): -15460187 or 10819604. OLE color: 10819604.
HSL color Cylindrical-coordinate representation of color #1418A5: hue angle of 238.34º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1418A5 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 24 | 165 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.35 |
| HSL | 238.34º | 0.78% | 0.36% | - |
| HSV(B) | 238.34º | 0.88% | 0.65% | - |
| XYZ | 7.41 | 3.52 | 35.89 | - |
| YUV | 38.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 165 | 0.88 | 0.85 | 0 | 0.35 | 238.34 | 0.78 | 0.36 |
| Hex | 14 | 18 | A5 | 58 | 55 | 0 | 23 | EE | 4E | 24 |
| Octal | 24 | 30 | 245 | 130 | 125 | 0 | 43 | 356 | 116 | 44 |
| Binary | 10100 | 11000 | 10100101 | 1011000 | 1010101 | 0 | 100011 | 11101110 | 1001110 | 100100 |
Color Harmonies of #1418A5
Complementary color
Monochromatic Colors of #1418A5
Black with #1418A5
Text Example
Text Example
White with #1418A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418A5; }
p { color: rgb(20,24,165); }
H1.HeaderClassName
{
color: #1418A5;
}
.AnyTagClassName
{
color: #1418A5;
}
</style>
background-color css
<style>
a { background-color: #1418A5; }
a { background-color: rgb(20,24,165); }
div.DivClassName
{
background-color: #1418A5;
}
.BgClassName
{
background-color: #1418A5;
}
</style>
border-color css
<style>
span { border-color: #1418A5; }
span { border-color: rgb(20,24,165); }
td.TdClassName
{
border-color: #1418A5;
}
.TagClassName
{
border-color: #1418A5;
}
</style>