Shades of Ultramarine #14097D
Tints of Ultramarine #14097D
RGB
CMYK
RGB Variations
Color information
#14097D (or 0x14097D) is known color: Ultramarine. HEX triplet: 14, 09 and 7D. RGB value is (20,9,125). Sum of RGB (Red+Green+Blue) = 20+9+125=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #14097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14097D is #EBF682. Grayscale: #191919. Windows color (decimal): -15464067 or 8194324. OLE color: 8194324.
HSL color Cylindrical-coordinate representation of color #14097D: hue angle of 245.69º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14097D is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 9 | 125 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.51 |
| HSL | 245.69º | 0.87% | 0.26% | - |
| HSV(B) | 245.69º | 0.93% | 0.49% | - |
| XYZ | 4.09 | 1.82 | 19.54 | - |
| YUV | 25.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 125 | 0.84 | 0.93 | 0 | 0.51 | 245.69 | 0.87 | 0.26 |
| Hex | 14 | 9 | 7D | 54 | 5D | 0 | 33 | F6 | 57 | 1A |
| Octal | 24 | 11 | 175 | 124 | 135 | 0 | 63 | 366 | 127 | 32 |
| Binary | 10100 | 1001 | 1111101 | 1010100 | 1011101 | 0 | 110011 | 11110110 | 1010111 | 11010 |
Color Harmonies of #14097D
Complementary color
Monochromatic Colors of #14097D
Black with #14097D
Text Example
Text Example
White with #14097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14097D; }
p { color: rgb(20,9,125); }
H1.HeaderClassName
{
color: #14097D;
}
.AnyTagClassName
{
color: #14097D;
}
</style>
background-color css
<style>
a { background-color: #14097D; }
a { background-color: rgb(20,9,125); }
div.DivClassName
{
background-color: #14097D;
}
.BgClassName
{
background-color: #14097D;
}
</style>
border-color css
<style>
span { border-color: #14097D; }
span { border-color: rgb(20,9,125); }
td.TdClassName
{
border-color: #14097D;
}
.TagClassName
{
border-color: #14097D;
}
</style>