Shades of Ultramarine #140F8D
Tints of Ultramarine #140F8D
RGB
CMYK
RGB Variations
Color information
#140F8D (or 0x140F8D) is known color: Ultramarine. HEX triplet: 14, 0F and 8D. RGB value is (20,15,141). Sum of RGB (Red+Green+Blue) = 20+15+141=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #140F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140F8D is #EBF072. Grayscale: #1E1E1E. Windows color (decimal): -15462515 or 9244436. OLE color: 9244436.
HSL color Cylindrical-coordinate representation of color #140F8D: hue angle of 242.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140F8D is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 15 | 141 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.45 |
| HSL | 242.38º | 0.81% | 0.31% | - |
| HSV(B) | 242.38º | 0.89% | 0.55% | - |
| XYZ | 5.27 | 2.41 | 25.39 | - |
| YUV | 30.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 141 | 0.86 | 0.89 | 0 | 0.45 | 242.38 | 0.81 | 0.31 |
| Hex | 14 | F | 8D | 56 | 59 | 0 | 2D | F2 | 51 | 1F |
| Octal | 24 | 17 | 215 | 126 | 131 | 0 | 55 | 362 | 121 | 37 |
| Binary | 10100 | 1111 | 10001101 | 1010110 | 1011001 | 0 | 101101 | 11110010 | 1010001 | 11111 |
Color Harmonies of #140F8D
Complementary color
Monochromatic Colors of #140F8D
Black with #140F8D
Text Example
Text Example
White with #140F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F8D; }
p { color: rgb(20,15,141); }
H1.HeaderClassName
{
color: #140F8D;
}
.AnyTagClassName
{
color: #140F8D;
}
</style>
background-color css
<style>
a { background-color: #140F8D; }
a { background-color: rgb(20,15,141); }
div.DivClassName
{
background-color: #140F8D;
}
.BgClassName
{
background-color: #140F8D;
}
</style>
border-color css
<style>
span { border-color: #140F8D; }
span { border-color: rgb(20,15,141); }
td.TdClassName
{
border-color: #140F8D;
}
.TagClassName
{
border-color: #140F8D;
}
</style>