Shades of Ultramarine #140898
Tints of Ultramarine #140898
RGB
CMYK
RGB Variations
Color information
#140898 (or 0x140898) is known color: Ultramarine. HEX triplet: 14, 08 and 98. RGB value is (20,8,152). Sum of RGB (Red+Green+Blue) = 20+8+152=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 152 (59.77% from 255 or 84.44% from 180); Max value from RGB is 152 - color contains mainly: blue. Hex color #140898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140898 is #EBF767. Grayscale: #1B1B1B. Windows color (decimal): -15464296 or 9963540. OLE color: 9963540.
HSL color Cylindrical-coordinate representation of color #140898: hue angle of 245º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140898 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 8 | 152 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.40 |
| HSL | 245º | 0.9% | 0.31% | - |
| HSV(B) | 245º | 0.95% | 0.6% | - |
| XYZ | 6.04 | 2.59 | 29.89 | - |
| YUV | 28 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 152 | 0.87 | 0.95 | 0 | 0.40 | 245 | 0.9 | 0.31 |
| Hex | 14 | 8 | 98 | 57 | 5F | 0 | 28 | F5 | 5A | 1F |
| Octal | 24 | 10 | 230 | 127 | 137 | 0 | 50 | 365 | 132 | 37 |
| Binary | 10100 | 1000 | 10011000 | 1010111 | 1011111 | 0 | 101000 | 11110101 | 1011010 | 11111 |
Color Harmonies of #140898
Complementary color
Monochromatic Colors of #140898
Black with #140898
Text Example
Text Example
White with #140898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140898; }
p { color: rgb(20,8,152); }
H1.HeaderClassName
{
color: #140898;
}
.AnyTagClassName
{
color: #140898;
}
</style>
background-color css
<style>
a { background-color: #140898; }
a { background-color: rgb(20,8,152); }
div.DivClassName
{
background-color: #140898;
}
.BgClassName
{
background-color: #140898;
}
</style>
border-color css
<style>
span { border-color: #140898; }
span { border-color: rgb(20,8,152); }
td.TdClassName
{
border-color: #140898;
}
.TagClassName
{
border-color: #140898;
}
</style>