Shades of Ultramarine #14149A
Tints of Ultramarine #14149A
RGB
CMYK
RGB Variations
Color information
#14149A (or 0x14149A) is known color: Ultramarine. HEX triplet: 14, 14 and 9A. RGB value is (20,20,154). Sum of RGB (Red+Green+Blue) = 20+20+154=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 154 (60.55% from 255 or 79.38% from 194); Max value from RGB is 154 - color contains mainly: blue. Hex color #14149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14149A is #EBEB65. Grayscale: #222222. Windows color (decimal): -15461222 or 10097684. OLE color: 10097684.
HSL color Cylindrical-coordinate representation of color #14149A: hue angle of 240º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14149A is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 20 | 154 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.40 |
| HSL | 240º | 0.77% | 0.34% | - |
| HSV(B) | 240º | 0.87% | 0.6% | - |
| XYZ | 6.37 | 2.98 | 30.81 | - |
| YUV | 35.28 | 195 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 154 | 0.87 | 0.87 | 0 | 0.40 | 240 | 0.77 | 0.34 |
| Hex | 14 | 14 | 9A | 57 | 57 | 0 | 28 | F0 | 4D | 22 |
| Octal | 24 | 24 | 232 | 127 | 127 | 0 | 50 | 360 | 115 | 42 |
| Binary | 10100 | 10100 | 10011010 | 1010111 | 1010111 | 0 | 101000 | 11110000 | 1001101 | 100010 |
Color Harmonies of #14149A
Complementary color
Monochromatic Colors of #14149A
Black with #14149A
Text Example
Text Example
White with #14149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14149A; }
p { color: rgb(20,20,154); }
H1.HeaderClassName
{
color: #14149A;
}
.AnyTagClassName
{
color: #14149A;
}
</style>
background-color css
<style>
a { background-color: #14149A; }
a { background-color: rgb(20,20,154); }
div.DivClassName
{
background-color: #14149A;
}
.BgClassName
{
background-color: #14149A;
}
</style>
border-color css
<style>
span { border-color: #14149A; }
span { border-color: rgb(20,20,154); }
td.TdClassName
{
border-color: #14149A;
}
.TagClassName
{
border-color: #14149A;
}
</style>