Shades of Ultramarine #14027F
Tints of Ultramarine #14027F
RGB
CMYK
RGB Variations
Color information
#14027F (or 0x14027F) is known color: Ultramarine. HEX triplet: 14, 02 and 7F. RGB value is (20,2,127). Sum of RGB (Red+Green+Blue) = 20+2+127=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #14027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14027F is #EBFD80. Grayscale: #151515. Windows color (decimal): -15465857 or 8323604. OLE color: 8323604.
HSL color Cylindrical-coordinate representation of color #14027F: hue angle of 248.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14027F is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 2 | 127 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.50 |
| HSL | 248.64º | 0.97% | 0.25% | - |
| HSV(B) | 248.64º | 0.98% | 0.5% | - |
| XYZ | 4.14 | 1.72 | 20.19 | - |
| YUV | 21.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 127 | 0.84 | 0.98 | 0 | 0.50 | 248.64 | 0.97 | 0.25 |
| Hex | 14 | 2 | 7F | 54 | 62 | 0 | 32 | F9 | 61 | 19 |
| Octal | 24 | 2 | 177 | 124 | 142 | 0 | 62 | 371 | 141 | 31 |
| Binary | 10100 | 10 | 1111111 | 1010100 | 1100010 | 0 | 110010 | 11111001 | 1100001 | 11001 |
Color Harmonies of #14027F
Complementary color
Monochromatic Colors of #14027F
Black with #14027F
Text Example
Text Example
White with #14027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14027F; }
p { color: rgb(20,2,127); }
H1.HeaderClassName
{
color: #14027F;
}
.AnyTagClassName
{
color: #14027F;
}
</style>
background-color css
<style>
a { background-color: #14027F; }
a { background-color: rgb(20,2,127); }
div.DivClassName
{
background-color: #14027F;
}
.BgClassName
{
background-color: #14027F;
}
</style>
border-color css
<style>
span { border-color: #14027F; }
span { border-color: rgb(20,2,127); }
td.TdClassName
{
border-color: #14027F;
}
.TagClassName
{
border-color: #14027F;
}
</style>