Shades of Ultramarine #14079A
Tints of Ultramarine #14079A
RGB
CMYK
RGB Variations
Color information
#14079A (or 0x14079A) is known color: Ultramarine. HEX triplet: 14, 07 and 9A. RGB value is (20,7,154). Sum of RGB (Red+Green+Blue) = 20+7+154=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #14079A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14079A is #EBF865. Grayscale: #1B1B1B. Windows color (decimal): -15464550 or 10094356. OLE color: 10094356.
HSL color Cylindrical-coordinate representation of color #14079A: hue angle of 245.31º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14079A is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 7 | 154 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.40 |
| HSL | 245.31º | 0.91% | 0.32% | - |
| HSV(B) | 245.31º | 0.95% | 0.6% | - |
| XYZ | 6.2 | 2.63 | 30.75 | - |
| YUV | 27.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 154 | 0.87 | 0.95 | 0 | 0.40 | 245.31 | 0.91 | 0.32 |
| Hex | 14 | 7 | 9A | 57 | 5F | 0 | 28 | F5 | 5B | 20 |
| Octal | 24 | 7 | 232 | 127 | 137 | 0 | 50 | 365 | 133 | 40 |
| Binary | 10100 | 111 | 10011010 | 1010111 | 1011111 | 0 | 101000 | 11110101 | 1011011 | 100000 |
Color Harmonies of #14079A
Complementary color
Monochromatic Colors of #14079A
Black with #14079A
Text Example
Text Example
White with #14079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14079A; }
p { color: rgb(20,7,154); }
H1.HeaderClassName
{
color: #14079A;
}
.AnyTagClassName
{
color: #14079A;
}
</style>
background-color css
<style>
a { background-color: #14079A; }
a { background-color: rgb(20,7,154); }
div.DivClassName
{
background-color: #14079A;
}
.BgClassName
{
background-color: #14079A;
}
</style>
border-color css
<style>
span { border-color: #14079A; }
span { border-color: rgb(20,7,154); }
td.TdClassName
{
border-color: #14079A;
}
.TagClassName
{
border-color: #14079A;
}
</style>