Shades of Ultramarine #14057D
Tints of Ultramarine #14057D
RGB
CMYK
RGB Variations
Color information
#14057D (or 0x14057D) is known color: Ultramarine. HEX triplet: 14, 05 and 7D. RGB value is (20,5,125). Sum of RGB (Red+Green+Blue) = 20+5+125=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #14057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057D is #EBFA82. Grayscale: #161616. Windows color (decimal): -15465091 or 8193300. OLE color: 8193300.
HSL color Cylindrical-coordinate representation of color #14057D: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14057D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 5 | 125 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.51 |
| HSL | 247.5º | 0.92% | 0.25% | - |
| HSV(B) | 247.5º | 0.96% | 0.49% | - |
| XYZ | 4.04 | 1.74 | 19.52 | - |
| YUV | 23.17 | 185.47 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 125 | 0.84 | 0.96 | 0 | 0.51 | 247.5 | 0.92 | 0.25 |
| Hex | 14 | 5 | 7D | 54 | 60 | 0 | 33 | F8 | 5C | 19 |
| Octal | 24 | 5 | 175 | 124 | 140 | 0 | 63 | 370 | 134 | 31 |
| Binary | 10100 | 101 | 1111101 | 1010100 | 1100000 | 0 | 110011 | 11111000 | 1011100 | 11001 |
Color Harmonies of #14057D
Complementary color
Monochromatic Colors of #14057D
Black with #14057D
Text Example
Text Example
White with #14057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14057D; }
p { color: rgb(20,5,125); }
H1.HeaderClassName
{
color: #14057D;
}
.AnyTagClassName
{
color: #14057D;
}
</style>
background-color css
<style>
a { background-color: #14057D; }
a { background-color: rgb(20,5,125); }
div.DivClassName
{
background-color: #14057D;
}
.BgClassName
{
background-color: #14057D;
}
</style>
border-color css
<style>
span { border-color: #14057D; }
span { border-color: rgb(20,5,125); }
td.TdClassName
{
border-color: #14057D;
}
.TagClassName
{
border-color: #14057D;
}
</style>