Shades of Ultramarine #1408A2
Tints of Ultramarine #1408A2
RGB
CMYK
RGB Variations
Color information
#1408A2 (or 0x1408A2) is known color: Ultramarine. HEX triplet: 14, 08 and A2. RGB value is (20,8,162). Sum of RGB (Red+Green+Blue) = 20+8+162=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 162 (63.67% from 255 or 85.26% from 190); Max value from RGB is 162 - color contains mainly: blue. Hex color #1408A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1408A2 is #EBF75D. Grayscale: #1C1C1C. Windows color (decimal): -15464286 or 10618900. OLE color: 10618900.
HSL color Cylindrical-coordinate representation of color #1408A2: hue angle of 244.68º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1408A2 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 8 | 162 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.36 |
| HSL | 244.68º | 0.91% | 0.33% | - |
| HSV(B) | 244.68º | 0.95% | 0.64% | - |
| XYZ | 6.9 | 2.93 | 34.38 | - |
| YUV | 29.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 162 | 0.88 | 0.95 | 0 | 0.36 | 244.68 | 0.91 | 0.33 |
| Hex | 14 | 8 | A2 | 58 | 5F | 0 | 24 | F5 | 5B | 21 |
| Octal | 24 | 10 | 242 | 130 | 137 | 0 | 44 | 365 | 133 | 41 |
| Binary | 10100 | 1000 | 10100010 | 1011000 | 1011111 | 0 | 100100 | 11110101 | 1011011 | 100001 |
Color Harmonies of #1408A2
Complementary color
Monochromatic Colors of #1408A2
Black with #1408A2
Text Example
Text Example
White with #1408A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1408A2; }
p { color: rgb(20,8,162); }
H1.HeaderClassName
{
color: #1408A2;
}
.AnyTagClassName
{
color: #1408A2;
}
</style>
background-color css
<style>
a { background-color: #1408A2; }
a { background-color: rgb(20,8,162); }
div.DivClassName
{
background-color: #1408A2;
}
.BgClassName
{
background-color: #1408A2;
}
</style>
border-color css
<style>
span { border-color: #1408A2; }
span { border-color: rgb(20,8,162); }
td.TdClassName
{
border-color: #1408A2;
}
.TagClassName
{
border-color: #1408A2;
}
</style>