Shades of Ultramarine #14069E
Tints of Ultramarine #14069E
RGB
CMYK
RGB Variations
Color information
#14069E (or 0x14069E) is known color: Ultramarine. HEX triplet: 14, 06 and 9E. RGB value is (20,6,158). Sum of RGB (Red+Green+Blue) = 20+6+158=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 158 (62.11% from 255 or 85.87% from 184); Max value from RGB is 158 - color contains mainly: blue. Hex color #14069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14069E is #EBF961. Grayscale: #1A1A1A. Windows color (decimal): -15464802 or 10356244. OLE color: 10356244.
HSL color Cylindrical-coordinate representation of color #14069E: hue angle of 245.53º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14069E is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 6 | 158 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.38 |
| HSL | 245.53º | 0.93% | 0.32% | - |
| HSV(B) | 245.53º | 0.96% | 0.62% | - |
| XYZ | 6.53 | 2.75 | 32.53 | - |
| YUV | 27.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 158 | 0.87 | 0.96 | 0 | 0.38 | 245.53 | 0.93 | 0.32 |
| Hex | 14 | 6 | 9E | 57 | 60 | 0 | 26 | F6 | 5D | 20 |
| Octal | 24 | 6 | 236 | 127 | 140 | 0 | 46 | 366 | 135 | 40 |
| Binary | 10100 | 110 | 10011110 | 1010111 | 1100000 | 0 | 100110 | 11110110 | 1011101 | 100000 |
Color Harmonies of #14069E
Complementary color
Monochromatic Colors of #14069E
Black with #14069E
Text Example
Text Example
White with #14069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14069E; }
p { color: rgb(20,6,158); }
H1.HeaderClassName
{
color: #14069E;
}
.AnyTagClassName
{
color: #14069E;
}
</style>
background-color css
<style>
a { background-color: #14069E; }
a { background-color: rgb(20,6,158); }
div.DivClassName
{
background-color: #14069E;
}
.BgClassName
{
background-color: #14069E;
}
</style>
border-color css
<style>
span { border-color: #14069E; }
span { border-color: rgb(20,6,158); }
td.TdClassName
{
border-color: #14069E;
}
.TagClassName
{
border-color: #14069E;
}
</style>