Shades of Ultramarine #140C90
Tints of Ultramarine #140C90
RGB
CMYK
RGB Variations
Color information
#140C90 (or 0x140C90) is known color: Ultramarine. HEX triplet: 14, 0C and 90. RGB value is (20,12,144). Sum of RGB (Red+Green+Blue) = 20+12+144=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #140C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C90 is #EBF36F. Grayscale: #1C1C1C. Windows color (decimal): -15463280 or 9440276. OLE color: 9440276.
HSL color Cylindrical-coordinate representation of color #140C90: hue angle of 243.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140C90 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 12 | 144 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.44 |
| HSL | 243.64º | 0.85% | 0.31% | - |
| HSV(B) | 243.64º | 0.92% | 0.56% | - |
| XYZ | 5.45 | 2.43 | 26.57 | - |
| YUV | 29.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 144 | 0.86 | 0.92 | 0 | 0.44 | 243.64 | 0.85 | 0.31 |
| Hex | 14 | C | 90 | 56 | 5C | 0 | 2C | F4 | 55 | 1F |
| Octal | 24 | 14 | 220 | 126 | 134 | 0 | 54 | 364 | 125 | 37 |
| Binary | 10100 | 1100 | 10010000 | 1010110 | 1011100 | 0 | 101100 | 11110100 | 1010101 | 11111 |
Color Harmonies of #140C90
Complementary color
Monochromatic Colors of #140C90
Black with #140C90
Text Example
Text Example
White with #140C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C90; }
p { color: rgb(20,12,144); }
H1.HeaderClassName
{
color: #140C90;
}
.AnyTagClassName
{
color: #140C90;
}
</style>
background-color css
<style>
a { background-color: #140C90; }
a { background-color: rgb(20,12,144); }
div.DivClassName
{
background-color: #140C90;
}
.BgClassName
{
background-color: #140C90;
}
</style>
border-color css
<style>
span { border-color: #140C90; }
span { border-color: rgb(20,12,144); }
td.TdClassName
{
border-color: #140C90;
}
.TagClassName
{
border-color: #140C90;
}
</style>