Shades of Ultramarine #140282
Tints of Ultramarine #140282
RGB
CMYK
RGB Variations
Color information
#140282 (or 0x140282) is known color: Ultramarine. HEX triplet: 14, 02 and 82. RGB value is (20,2,130). Sum of RGB (Red+Green+Blue) = 20+2+130=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 130 (51.17% from 255 or 85.53% from 152); Max value from RGB is 130 - color contains mainly: blue. Hex color #140282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140282 is #EBFD7D. Grayscale: #151515. Windows color (decimal): -15465854 or 8520212. OLE color: 8520212.
HSL color Cylindrical-coordinate representation of color #140282: hue angle of 248.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140282 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 2 | 130 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.49 |
| HSL | 248.44º | 0.97% | 0.26% | - |
| HSV(B) | 248.44º | 0.98% | 0.51% | - |
| XYZ | 4.34 | 1.8 | 21.24 | - |
| YUV | 21.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 130 | 0.85 | 0.98 | 0 | 0.49 | 248.44 | 0.97 | 0.26 |
| Hex | 14 | 2 | 82 | 55 | 62 | 0 | 31 | F8 | 61 | 1A |
| Octal | 24 | 2 | 202 | 125 | 142 | 0 | 61 | 370 | 141 | 32 |
| Binary | 10100 | 10 | 10000010 | 1010101 | 1100010 | 0 | 110001 | 11111000 | 1100001 | 11010 |
Color Harmonies of #140282
Complementary color
Monochromatic Colors of #140282
Black with #140282
Text Example
Text Example
White with #140282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140282; }
p { color: rgb(20,2,130); }
H1.HeaderClassName
{
color: #140282;
}
.AnyTagClassName
{
color: #140282;
}
</style>
background-color css
<style>
a { background-color: #140282; }
a { background-color: rgb(20,2,130); }
div.DivClassName
{
background-color: #140282;
}
.BgClassName
{
background-color: #140282;
}
</style>
border-color css
<style>
span { border-color: #140282; }
span { border-color: rgb(20,2,130); }
td.TdClassName
{
border-color: #140282;
}
.TagClassName
{
border-color: #140282;
}
</style>