Shades of Ultramarine #14079B
Tints of Ultramarine #14079B
RGB
CMYK
RGB Variations
Color information
#14079B (or 0x14079B) is known color: Ultramarine. HEX triplet: 14, 07 and 9B. RGB value is (20,7,155). Sum of RGB (Red+Green+Blue) = 20+7+155=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #14079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14079B is #EBF864. Grayscale: #1B1B1B. Windows color (decimal): -15464549 or 10159892. OLE color: 10159892.
HSL color Cylindrical-coordinate representation of color #14079B: hue angle of 245.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14079B is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 7 | 155 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.39 |
| HSL | 245.27º | 0.91% | 0.32% | - |
| HSV(B) | 245.27º | 0.95% | 0.61% | - |
| XYZ | 6.28 | 2.67 | 31.19 | - |
| YUV | 27.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 155 | 0.87 | 0.95 | 0 | 0.39 | 245.27 | 0.91 | 0.32 |
| Hex | 14 | 7 | 9B | 57 | 5F | 0 | 27 | F5 | 5B | 20 |
| Octal | 24 | 7 | 233 | 127 | 137 | 0 | 47 | 365 | 133 | 40 |
| Binary | 10100 | 111 | 10011011 | 1010111 | 1011111 | 0 | 100111 | 11110101 | 1011011 | 100000 |
Color Harmonies of #14079B
Complementary color
Monochromatic Colors of #14079B
Black with #14079B
Text Example
Text Example
White with #14079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14079B; }
p { color: rgb(20,7,155); }
H1.HeaderClassName
{
color: #14079B;
}
.AnyTagClassName
{
color: #14079B;
}
</style>
background-color css
<style>
a { background-color: #14079B; }
a { background-color: rgb(20,7,155); }
div.DivClassName
{
background-color: #14079B;
}
.BgClassName
{
background-color: #14079B;
}
</style>
border-color css
<style>
span { border-color: #14079B; }
span { border-color: rgb(20,7,155); }
td.TdClassName
{
border-color: #14079B;
}
.TagClassName
{
border-color: #14079B;
}
</style>