Shades of Ultramarine #140F85
Tints of Ultramarine #140F85
RGB
CMYK
RGB Variations
Color information
#140F85 (or 0x140F85) is known color: Ultramarine. HEX triplet: 14, 0F and 85. RGB value is (20,15,133). Sum of RGB (Red+Green+Blue) = 20+15+133=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #140F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140F85 is #EBF07A. Grayscale: #1D1D1D. Windows color (decimal): -15462523 or 8720148. OLE color: 8720148.
HSL color Cylindrical-coordinate representation of color #140F85: hue angle of 242.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140F85 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 15 | 133 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.48 |
| HSL | 242.54º | 0.8% | 0.29% | - |
| HSV(B) | 242.54º | 0.89% | 0.52% | - |
| XYZ | 4.69 | 2.18 | 22.36 | - |
| YUV | 29.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 133 | 0.85 | 0.89 | 0 | 0.48 | 242.54 | 0.8 | 0.29 |
| Hex | 14 | F | 85 | 55 | 59 | 0 | 30 | F3 | 50 | 1D |
| Octal | 24 | 17 | 205 | 125 | 131 | 0 | 60 | 363 | 120 | 35 |
| Binary | 10100 | 1111 | 10000101 | 1010101 | 1011001 | 0 | 110000 | 11110011 | 1010000 | 11101 |
Color Harmonies of #140F85
Complementary color
Monochromatic Colors of #140F85
Black with #140F85
Text Example
Text Example
White with #140F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F85; }
p { color: rgb(20,15,133); }
H1.HeaderClassName
{
color: #140F85;
}
.AnyTagClassName
{
color: #140F85;
}
</style>
background-color css
<style>
a { background-color: #140F85; }
a { background-color: rgb(20,15,133); }
div.DivClassName
{
background-color: #140F85;
}
.BgClassName
{
background-color: #140F85;
}
</style>
border-color css
<style>
span { border-color: #140F85; }
span { border-color: rgb(20,15,133); }
td.TdClassName
{
border-color: #140F85;
}
.TagClassName
{
border-color: #140F85;
}
</style>