Shades of Ultramarine #140193
Tints of Ultramarine #140193
RGB
CMYK
RGB Variations
Color information
#140193 (or 0x140193) is known color: Ultramarine. HEX triplet: 14, 01 and 93. RGB value is (20,1,147). Sum of RGB (Red+Green+Blue) = 20+1+147=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #140193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140193 is #EBFE6C. Grayscale: #161616. Windows color (decimal): -15466093 or 9634068. OLE color: 9634068.
HSL color Cylindrical-coordinate representation of color #140193: hue angle of 247.81º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140193 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 1 | 147 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.42 |
| HSL | 247.81º | 0.99% | 0.29% | - |
| HSV(B) | 247.81º | 0.99% | 0.58% | - |
| XYZ | 5.57 | 2.28 | 27.75 | - |
| YUV | 23.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 147 | 0.86 | 0.99 | 0 | 0.42 | 247.81 | 0.99 | 0.29 |
| Hex | 14 | 1 | 93 | 56 | 63 | 0 | 2A | F8 | 63 | 1D |
| Octal | 24 | 1 | 223 | 126 | 143 | 0 | 52 | 370 | 143 | 35 |
| Binary | 10100 | 1 | 10010011 | 1010110 | 1100011 | 0 | 101010 | 11111000 | 1100011 | 11101 |
Color Harmonies of #140193
Complementary color
Monochromatic Colors of #140193
Black with #140193
Text Example
Text Example
White with #140193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140193; }
p { color: rgb(20,1,147); }
H1.HeaderClassName
{
color: #140193;
}
.AnyTagClassName
{
color: #140193;
}
</style>
background-color css
<style>
a { background-color: #140193; }
a { background-color: rgb(20,1,147); }
div.DivClassName
{
background-color: #140193;
}
.BgClassName
{
background-color: #140193;
}
</style>
border-color css
<style>
span { border-color: #140193; }
span { border-color: rgb(20,1,147); }
td.TdClassName
{
border-color: #140193;
}
.TagClassName
{
border-color: #140193;
}
</style>