Shades of Ultramarine #140585
Tints of Ultramarine #140585
RGB
CMYK
RGB Variations
Color information
#140585 (or 0x140585) is known color: Ultramarine. HEX triplet: 14, 05 and 85. RGB value is (20,5,133). Sum of RGB (Red+Green+Blue) = 20+5+133=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #140585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140585 is #EBFA7A. Grayscale: #171717. Windows color (decimal): -15465083 or 8717588. OLE color: 8717588.
HSL color Cylindrical-coordinate representation of color #140585: hue angle of 247.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140585 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 5 | 133 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.48 |
| HSL | 247.03º | 0.93% | 0.27% | - |
| HSV(B) | 247.03º | 0.96% | 0.52% | - |
| XYZ | 4.58 | 1.95 | 22.33 | - |
| YUV | 24.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 133 | 0.85 | 0.96 | 0 | 0.48 | 247.03 | 0.93 | 0.27 |
| Hex | 14 | 5 | 85 | 55 | 60 | 0 | 30 | F7 | 5D | 1B |
| Octal | 24 | 5 | 205 | 125 | 140 | 0 | 60 | 367 | 135 | 33 |
| Binary | 10100 | 101 | 10000101 | 1010101 | 1100000 | 0 | 110000 | 11110111 | 1011101 | 11011 |
Color Harmonies of #140585
Complementary color
Monochromatic Colors of #140585
Black with #140585
Text Example
Text Example
White with #140585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140585; }
p { color: rgb(20,5,133); }
H1.HeaderClassName
{
color: #140585;
}
.AnyTagClassName
{
color: #140585;
}
</style>
background-color css
<style>
a { background-color: #140585; }
a { background-color: rgb(20,5,133); }
div.DivClassName
{
background-color: #140585;
}
.BgClassName
{
background-color: #140585;
}
</style>
border-color css
<style>
span { border-color: #140585; }
span { border-color: rgb(20,5,133); }
td.TdClassName
{
border-color: #140585;
}
.TagClassName
{
border-color: #140585;
}
</style>