Shades of Ultramarine #140CAA
Tints of Ultramarine #140CAA
RGB
CMYK
RGB Variations
Color information
#140CAA (or 0x140CAA) is known color: Ultramarine. HEX triplet: 14, 0C and AA. RGB value is (20,12,170). Sum of RGB (Red+Green+Blue) = 20+12+170=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #140CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140CAA is #EBF355. Grayscale: #1F1F1F. Windows color (decimal): -15463254 or 11144212. OLE color: 11144212.
HSL color Cylindrical-coordinate representation of color #140CAA: hue angle of 243.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140CAA is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 12 | 170 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.33 |
| HSL | 243.04º | 0.87% | 0.36% | - |
| HSV(B) | 243.04º | 0.93% | 0.67% | - |
| XYZ | 7.68 | 3.31 | 38.27 | - |
| YUV | 32.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 170 | 0.88 | 0.93 | 0 | 0.33 | 243.04 | 0.87 | 0.36 |
| Hex | 14 | C | AA | 58 | 5D | 0 | 21 | F3 | 57 | 24 |
| Octal | 24 | 14 | 252 | 130 | 135 | 0 | 41 | 363 | 127 | 44 |
| Binary | 10100 | 1100 | 10101010 | 1011000 | 1011101 | 0 | 100001 | 11110011 | 1010111 | 100100 |
Color Harmonies of #140CAA
Complementary color
Monochromatic Colors of #140CAA
Black with #140CAA
Text Example
Text Example
White with #140CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CAA; }
p { color: rgb(20,12,170); }
H1.HeaderClassName
{
color: #140CAA;
}
.AnyTagClassName
{
color: #140CAA;
}
</style>
background-color css
<style>
a { background-color: #140CAA; }
a { background-color: rgb(20,12,170); }
div.DivClassName
{
background-color: #140CAA;
}
.BgClassName
{
background-color: #140CAA;
}
</style>
border-color css
<style>
span { border-color: #140CAA; }
span { border-color: rgb(20,12,170); }
td.TdClassName
{
border-color: #140CAA;
}
.TagClassName
{
border-color: #140CAA;
}
</style>