Shades of Ultramarine #140780
Tints of Ultramarine #140780
RGB
CMYK
RGB Variations
Color information
#140780 (or 0x140780) is known color: Ultramarine. HEX triplet: 14, 07 and 80. RGB value is (20,7,128). Sum of RGB (Red+Green+Blue) = 20+7+128=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 128 (50.39% from 255 or 82.58% from 155); Max value from RGB is 128 - color contains mainly: blue. Hex color #140780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140780 is #EBF87F. Grayscale: #181818. Windows color (decimal): -15464576 or 8390420. OLE color: 8390420.
HSL color Cylindrical-coordinate representation of color #140780: hue angle of 246.45º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140780 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 7 | 128 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.50 |
| HSL | 246.45º | 0.9% | 0.26% | - |
| HSV(B) | 246.45º | 0.95% | 0.5% | - |
| XYZ | 4.26 | 1.86 | 20.56 | - |
| YUV | 24.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 128 | 0.84 | 0.95 | 0 | 0.50 | 246.45 | 0.9 | 0.26 |
| Hex | 14 | 7 | 80 | 54 | 5F | 0 | 32 | F6 | 5A | 1A |
| Octal | 24 | 7 | 200 | 124 | 137 | 0 | 62 | 366 | 132 | 32 |
| Binary | 10100 | 111 | 10000000 | 1010100 | 1011111 | 0 | 110010 | 11110110 | 1011010 | 11010 |
Color Harmonies of #140780
Complementary color
Monochromatic Colors of #140780
Black with #140780
Text Example
Text Example
White with #140780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140780; }
p { color: rgb(20,7,128); }
H1.HeaderClassName
{
color: #140780;
}
.AnyTagClassName
{
color: #140780;
}
</style>
background-color css
<style>
a { background-color: #140780; }
a { background-color: rgb(20,7,128); }
div.DivClassName
{
background-color: #140780;
}
.BgClassName
{
background-color: #140780;
}
</style>
border-color css
<style>
span { border-color: #140780; }
span { border-color: rgb(20,7,128); }
td.TdClassName
{
border-color: #140780;
}
.TagClassName
{
border-color: #140780;
}
</style>