Shades of Ultramarine #140C8D
Tints of Ultramarine #140C8D
RGB
CMYK
RGB Variations
Color information
#140C8D (or 0x140C8D) is known color: Ultramarine. HEX triplet: 14, 0C and 8D. RGB value is (20,12,141). Sum of RGB (Red+Green+Blue) = 20+12+141=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #140C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C8D is #EBF372. Grayscale: #1C1C1C. Windows color (decimal): -15463283 or 9243668. OLE color: 9243668.
HSL color Cylindrical-coordinate representation of color #140C8D: hue angle of 243.72º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140C8D is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 12 | 141 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.45 |
| HSL | 243.72º | 0.84% | 0.3% | - |
| HSV(B) | 243.72º | 0.91% | 0.55% | - |
| XYZ | 5.23 | 2.33 | 25.37 | - |
| YUV | 29.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 141 | 0.86 | 0.91 | 0 | 0.45 | 243.72 | 0.84 | 0.3 |
| Hex | 14 | C | 8D | 56 | 5B | 0 | 2D | F4 | 54 | 1E |
| Octal | 24 | 14 | 215 | 126 | 133 | 0 | 55 | 364 | 124 | 36 |
| Binary | 10100 | 1100 | 10001101 | 1010110 | 1011011 | 0 | 101101 | 11110100 | 1010100 | 11110 |
Color Harmonies of #140C8D
Complementary color
Monochromatic Colors of #140C8D
Black with #140C8D
Text Example
Text Example
White with #140C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C8D; }
p { color: rgb(20,12,141); }
H1.HeaderClassName
{
color: #140C8D;
}
.AnyTagClassName
{
color: #140C8D;
}
</style>
background-color css
<style>
a { background-color: #140C8D; }
a { background-color: rgb(20,12,141); }
div.DivClassName
{
background-color: #140C8D;
}
.BgClassName
{
background-color: #140C8D;
}
</style>
border-color css
<style>
span { border-color: #140C8D; }
span { border-color: rgb(20,12,141); }
td.TdClassName
{
border-color: #140C8D;
}
.TagClassName
{
border-color: #140C8D;
}
</style>