Shades of Ultramarine #140689
Tints of Ultramarine #140689
RGB
CMYK
RGB Variations
Color information
#140689 (or 0x140689) is known color: Ultramarine. HEX triplet: 14, 06 and 89. RGB value is (20,6,137). Sum of RGB (Red+Green+Blue) = 20+6+137=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #140689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140689 is #EBF976. Grayscale: #181818. Windows color (decimal): -15464823 or 8979988. OLE color: 8979988.
HSL color Cylindrical-coordinate representation of color #140689: hue angle of 246.41º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140689 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 6 | 137 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.46 |
| HSL | 246.41º | 0.92% | 0.28% | - |
| HSV(B) | 246.41º | 0.96% | 0.54% | - |
| XYZ | 4.87 | 2.09 | 23.81 | - |
| YUV | 25.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 137 | 0.85 | 0.96 | 0 | 0.46 | 246.41 | 0.92 | 0.28 |
| Hex | 14 | 6 | 89 | 55 | 60 | 0 | 2E | F6 | 5C | 1C |
| Octal | 24 | 6 | 211 | 125 | 140 | 0 | 56 | 366 | 134 | 34 |
| Binary | 10100 | 110 | 10001001 | 1010101 | 1100000 | 0 | 101110 | 11110110 | 1011100 | 11100 |
Color Harmonies of #140689
Complementary color
Monochromatic Colors of #140689
Black with #140689
Text Example
Text Example
White with #140689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140689; }
p { color: rgb(20,6,137); }
H1.HeaderClassName
{
color: #140689;
}
.AnyTagClassName
{
color: #140689;
}
</style>
background-color css
<style>
a { background-color: #140689; }
a { background-color: rgb(20,6,137); }
div.DivClassName
{
background-color: #140689;
}
.BgClassName
{
background-color: #140689;
}
</style>
border-color css
<style>
span { border-color: #140689; }
span { border-color: rgb(20,6,137); }
td.TdClassName
{
border-color: #140689;
}
.TagClassName
{
border-color: #140689;
}
</style>