Shades of Ultramarine #140291
Tints of Ultramarine #140291
RGB
CMYK
RGB Variations
Color information
#140291 (or 0x140291) is known color: Ultramarine. HEX triplet: 14, 02 and 91. RGB value is (20,2,145). Sum of RGB (Red+Green+Blue) = 20+2+145=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #140291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140291 is #EBFD6E. Grayscale: #171717. Windows color (decimal): -15465839 or 9503252. OLE color: 9503252.
HSL color Cylindrical-coordinate representation of color #140291: hue angle of 247.55º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140291 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 2 | 145 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.43 |
| HSL | 247.55º | 0.97% | 0.29% | - |
| HSV(B) | 247.55º | 0.99% | 0.57% | - |
| XYZ | 5.42 | 2.24 | 26.93 | - |
| YUV | 23.68 | 196.46 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 145 | 0.86 | 0.99 | 0 | 0.43 | 247.55 | 0.97 | 0.29 |
| Hex | 14 | 2 | 91 | 56 | 63 | 0 | 2B | F8 | 61 | 1D |
| Octal | 24 | 2 | 221 | 126 | 143 | 0 | 53 | 370 | 141 | 35 |
| Binary | 10100 | 10 | 10010001 | 1010110 | 1100011 | 0 | 101011 | 11111000 | 1100001 | 11101 |
Color Harmonies of #140291
Complementary color
Monochromatic Colors of #140291
Black with #140291
Text Example
Text Example
White with #140291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140291; }
p { color: rgb(20,2,145); }
H1.HeaderClassName
{
color: #140291;
}
.AnyTagClassName
{
color: #140291;
}
</style>
background-color css
<style>
a { background-color: #140291; }
a { background-color: rgb(20,2,145); }
div.DivClassName
{
background-color: #140291;
}
.BgClassName
{
background-color: #140291;
}
</style>
border-color css
<style>
span { border-color: #140291; }
span { border-color: rgb(20,2,145); }
td.TdClassName
{
border-color: #140291;
}
.TagClassName
{
border-color: #140291;
}
</style>