Shades of Ultramarine #14007F
Tints of Ultramarine #14007F
RGB
CMYK
RGB Variations
Color information
#14007F (or 0x14007F) is known color: Ultramarine. HEX triplet: 14, 00 and 7F. RGB value is (20,0,127). Sum of RGB (Red+Green+Blue) = 20+0+127=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #14007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14007F is #EBFF80. Grayscale: #131313. Windows color (decimal): -15466369 or 8323092. OLE color: 8323092.
HSL color Cylindrical-coordinate representation of color #14007F: hue angle of 249.45º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14007F is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 0 | 127 | - |
| CMYK | 0.84 | 1 | 0 | 0.50 |
| HSL | 249.45º | 1% | 0.25% | - |
| HSV(B) | 249.45º | 1% | 0.5% | - |
| XYZ | 4.12 | 1.68 | 20.19 | - |
| YUV | 20.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 127 | 0.84 | 1 | 0 | 0.50 | 249.45 | 1 | 0.25 |
| Hex | 14 | 0 | 7F | 54 | 64 | 0 | 32 | F9 | 64 | 19 |
| Octal | 24 | 0 | 177 | 124 | 144 | 0 | 62 | 371 | 144 | 31 |
| Binary | 10100 | 0 | 1111111 | 1010100 | 1100100 | 0 | 110010 | 11111001 | 1100100 | 11001 |
Color Harmonies of #14007F
Complementary color
Monochromatic Colors of #14007F
Black with #14007F
Text Example
Text Example
White with #14007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14007F; }
p { color: rgb(20,0,127); }
H1.HeaderClassName
{
color: #14007F;
}
.AnyTagClassName
{
color: #14007F;
}
</style>
background-color css
<style>
a { background-color: #14007F; }
a { background-color: rgb(20,0,127); }
div.DivClassName
{
background-color: #14007F;
}
.BgClassName
{
background-color: #14007F;
}
</style>
border-color css
<style>
span { border-color: #14007F; }
span { border-color: rgb(20,0,127); }
td.TdClassName
{
border-color: #14007F;
}
.TagClassName
{
border-color: #14007F;
}
</style>