Shades of Ultramarine #140987
Tints of Ultramarine #140987
RGB
CMYK
RGB Variations
Color information
#140987 (or 0x140987) is known color: Ultramarine. HEX triplet: 14, 09 and 87. RGB value is (20,9,135). Sum of RGB (Red+Green+Blue) = 20+9+135=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #140987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140987 is #EBF678. Grayscale: #1A1A1A. Windows color (decimal): -15464057 or 8849684. OLE color: 8849684.
HSL color Cylindrical-coordinate representation of color #140987: hue angle of 245.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140987 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 9 | 135 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.47 |
| HSL | 245.24º | 0.88% | 0.28% | - |
| HSV(B) | 245.24º | 0.93% | 0.53% | - |
| XYZ | 4.76 | 2.09 | 23.07 | - |
| YUV | 26.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 135 | 0.85 | 0.93 | 0 | 0.47 | 245.24 | 0.88 | 0.28 |
| Hex | 14 | 9 | 87 | 55 | 5D | 0 | 2F | F5 | 58 | 1C |
| Octal | 24 | 11 | 207 | 125 | 135 | 0 | 57 | 365 | 130 | 34 |
| Binary | 10100 | 1001 | 10000111 | 1010101 | 1011101 | 0 | 101111 | 11110101 | 1011000 | 11100 |
Color Harmonies of #140987
Complementary color
Monochromatic Colors of #140987
Black with #140987
Text Example
Text Example
White with #140987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140987; }
p { color: rgb(20,9,135); }
H1.HeaderClassName
{
color: #140987;
}
.AnyTagClassName
{
color: #140987;
}
</style>
background-color css
<style>
a { background-color: #140987; }
a { background-color: rgb(20,9,135); }
div.DivClassName
{
background-color: #140987;
}
.BgClassName
{
background-color: #140987;
}
</style>
border-color css
<style>
span { border-color: #140987; }
span { border-color: rgb(20,9,135); }
td.TdClassName
{
border-color: #140987;
}
.TagClassName
{
border-color: #140987;
}
</style>