Shades of Ultramarine #140C8A
Tints of Ultramarine #140C8A
RGB
CMYK
RGB Variations
Color information
#140C8A (or 0x140C8A) is known color: Ultramarine. HEX triplet: 14, 0C and 8A. RGB value is (20,12,138). Sum of RGB (Red+Green+Blue) = 20+12+138=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #140C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C8A is #EBF375. Grayscale: #1C1C1C. Windows color (decimal): -15463286 or 9047060. OLE color: 9047060.
HSL color Cylindrical-coordinate representation of color #140C8A: hue angle of 243.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140C8A is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 12 | 138 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.46 |
| HSL | 243.81º | 0.84% | 0.29% | - |
| HSV(B) | 243.81º | 0.91% | 0.54% | - |
| XYZ | 5.01 | 2.25 | 24.21 | - |
| YUV | 28.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 138 | 0.86 | 0.91 | 0 | 0.46 | 243.81 | 0.84 | 0.29 |
| Hex | 14 | C | 8A | 56 | 5B | 0 | 2E | F4 | 54 | 1D |
| Octal | 24 | 14 | 212 | 126 | 133 | 0 | 56 | 364 | 124 | 35 |
| Binary | 10100 | 1100 | 10001010 | 1010110 | 1011011 | 0 | 101110 | 11110100 | 1010100 | 11101 |
Color Harmonies of #140C8A
Complementary color
Monochromatic Colors of #140C8A
Black with #140C8A
Text Example
Text Example
White with #140C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C8A; }
p { color: rgb(20,12,138); }
H1.HeaderClassName
{
color: #140C8A;
}
.AnyTagClassName
{
color: #140C8A;
}
</style>
background-color css
<style>
a { background-color: #140C8A; }
a { background-color: rgb(20,12,138); }
div.DivClassName
{
background-color: #140C8A;
}
.BgClassName
{
background-color: #140C8A;
}
</style>
border-color css
<style>
span { border-color: #140C8A; }
span { border-color: rgb(20,12,138); }
td.TdClassName
{
border-color: #140C8A;
}
.TagClassName
{
border-color: #140C8A;
}
</style>