Shades of Ultramarine #140397
Tints of Ultramarine #140397
RGB
CMYK
RGB Variations
Color information
#140397 (or 0x140397) is known color: Ultramarine. HEX triplet: 14, 03 and 97. RGB value is (20,3,151). Sum of RGB (Red+Green+Blue) = 20+3+151=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 151 (59.38% from 255 or 86.78% from 174); Max value from RGB is 151 - color contains mainly: blue. Hex color #140397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140397 is #EBFC68. Grayscale: #181818. Windows color (decimal): -15465577 or 9896724. OLE color: 9896724.
HSL color Cylindrical-coordinate representation of color #140397: hue angle of 246.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140397 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 3 | 151 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.41 |
| HSL | 246.89º | 0.96% | 0.3% | - |
| HSV(B) | 246.89º | 0.98% | 0.59% | - |
| XYZ | 5.91 | 2.45 | 29.44 | - |
| YUV | 24.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 151 | 0.87 | 0.98 | 0 | 0.41 | 246.89 | 0.96 | 0.3 |
| Hex | 14 | 3 | 97 | 57 | 62 | 0 | 29 | F7 | 60 | 1E |
| Octal | 24 | 3 | 227 | 127 | 142 | 0 | 51 | 367 | 140 | 36 |
| Binary | 10100 | 11 | 10010111 | 1010111 | 1100010 | 0 | 101001 | 11110111 | 1100000 | 11110 |
Color Harmonies of #140397
Complementary color
Monochromatic Colors of #140397
Black with #140397
Text Example
Text Example
White with #140397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140397; }
p { color: rgb(20,3,151); }
H1.HeaderClassName
{
color: #140397;
}
.AnyTagClassName
{
color: #140397;
}
</style>
background-color css
<style>
a { background-color: #140397; }
a { background-color: rgb(20,3,151); }
div.DivClassName
{
background-color: #140397;
}
.BgClassName
{
background-color: #140397;
}
</style>
border-color css
<style>
span { border-color: #140397; }
span { border-color: rgb(20,3,151); }
td.TdClassName
{
border-color: #140397;
}
.TagClassName
{
border-color: #140397;
}
</style>