Shades of Ultramarine #140195
Tints of Ultramarine #140195
RGB
CMYK
RGB Variations
Color information
#140195 (or 0x140195) is known color: Ultramarine. HEX triplet: 14, 01 and 95. RGB value is (20,1,149). Sum of RGB (Red+Green+Blue) = 20+1+149=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #140195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140195 is #EBFE6A. Grayscale: #161616. Windows color (decimal): -15466091 or 9765140. OLE color: 9765140.
HSL color Cylindrical-coordinate representation of color #140195: hue angle of 247.7º 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 #140195 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 1 | 149 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.42 |
| HSL | 247.7º | 0.99% | 0.29% | - |
| HSV(B) | 247.7º | 0.99% | 0.58% | - |
| XYZ | 5.72 | 2.34 | 28.58 | - |
| YUV | 23.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 149 | 0.87 | 0.99 | 0 | 0.42 | 247.7 | 0.99 | 0.29 |
| Hex | 14 | 1 | 95 | 57 | 63 | 0 | 2A | F8 | 63 | 1D |
| Octal | 24 | 1 | 225 | 127 | 143 | 0 | 52 | 370 | 143 | 35 |
| Binary | 10100 | 1 | 10010101 | 1010111 | 1100011 | 0 | 101010 | 11111000 | 1100011 | 11101 |
Color Harmonies of #140195
Complementary color
Monochromatic Colors of #140195
Black with #140195
Text Example
Text Example
White with #140195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140195; }
p { color: rgb(20,1,149); }
H1.HeaderClassName
{
color: #140195;
}
.AnyTagClassName
{
color: #140195;
}
</style>
background-color css
<style>
a { background-color: #140195; }
a { background-color: rgb(20,1,149); }
div.DivClassName
{
background-color: #140195;
}
.BgClassName
{
background-color: #140195;
}
</style>
border-color css
<style>
span { border-color: #140195; }
span { border-color: rgb(20,1,149); }
td.TdClassName
{
border-color: #140195;
}
.TagClassName
{
border-color: #140195;
}
</style>