Shades of Ultramarine #140083
Tints of Ultramarine #140083
RGB
CMYK
RGB Variations
Color information
#140083 (or 0x140083) is known color: Ultramarine. HEX triplet: 14, 00 and 83. RGB value is (20,0,131). Sum of RGB (Red+Green+Blue) = 20+0+131=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 131 (51.56% from 255 or 86.75% from 151); Max value from RGB is 131 - color contains mainly: blue. Hex color #140083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140083 is #EBFF7C. Grayscale: #141414. Windows color (decimal): -15466365 or 8585236. OLE color: 8585236.
HSL color Cylindrical-coordinate representation of color #140083: hue angle of 249.16º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140083 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 0 | 131 | - |
| CMYK | 0.85 | 1 | 0 | 0.49 |
| HSL | 249.16º | 1% | 0.26% | - |
| HSV(B) | 249.16º | 1% | 0.51% | - |
| XYZ | 4.39 | 1.79 | 21.59 | - |
| YUV | 20.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 131 | 0.85 | 1 | 0 | 0.49 | 249.16 | 1 | 0.26 |
| Hex | 14 | 0 | 83 | 55 | 64 | 0 | 31 | F9 | 64 | 1A |
| Octal | 24 | 0 | 203 | 125 | 144 | 0 | 61 | 371 | 144 | 32 |
| Binary | 10100 | 0 | 10000011 | 1010101 | 1100100 | 0 | 110001 | 11111001 | 1100100 | 11010 |
Color Harmonies of #140083
Complementary color
Monochromatic Colors of #140083
Black with #140083
Text Example
Text Example
White with #140083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140083; }
p { color: rgb(20,0,131); }
H1.HeaderClassName
{
color: #140083;
}
.AnyTagClassName
{
color: #140083;
}
</style>
background-color css
<style>
a { background-color: #140083; }
a { background-color: rgb(20,0,131); }
div.DivClassName
{
background-color: #140083;
}
.BgClassName
{
background-color: #140083;
}
</style>
border-color css
<style>
span { border-color: #140083; }
span { border-color: rgb(20,0,131); }
td.TdClassName
{
border-color: #140083;
}
.TagClassName
{
border-color: #140083;
}
</style>