Shades of Ultramarine #14087F
Tints of Ultramarine #14087F
RGB
CMYK
RGB Variations
Color information
#14087F (or 0x14087F) is known color: Ultramarine. HEX triplet: 14, 08 and 7F. RGB value is (20,8,127). Sum of RGB (Red+Green+Blue) = 20+8+127=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #14087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14087F is #EBF780. Grayscale: #181818. Windows color (decimal): -15464321 or 8325140. OLE color: 8325140.
HSL color Cylindrical-coordinate representation of color #14087F: hue angle of 246.05º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14087F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 8 | 127 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.50 |
| HSL | 246.05º | 0.88% | 0.26% | - |
| HSV(B) | 246.05º | 0.94% | 0.5% | - |
| XYZ | 4.21 | 1.85 | 20.21 | - |
| YUV | 25.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 127 | 0.84 | 0.94 | 0 | 0.50 | 246.05 | 0.88 | 0.26 |
| Hex | 14 | 8 | 7F | 54 | 5E | 0 | 32 | F6 | 58 | 1A |
| Octal | 24 | 10 | 177 | 124 | 136 | 0 | 62 | 366 | 130 | 32 |
| Binary | 10100 | 1000 | 1111111 | 1010100 | 1011110 | 0 | 110010 | 11110110 | 1011000 | 11010 |
Color Harmonies of #14087F
Complementary color
Monochromatic Colors of #14087F
Black with #14087F
Text Example
Text Example
White with #14087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14087F; }
p { color: rgb(20,8,127); }
H1.HeaderClassName
{
color: #14087F;
}
.AnyTagClassName
{
color: #14087F;
}
</style>
background-color css
<style>
a { background-color: #14087F; }
a { background-color: rgb(20,8,127); }
div.DivClassName
{
background-color: #14087F;
}
.BgClassName
{
background-color: #14087F;
}
</style>
border-color css
<style>
span { border-color: #14087F; }
span { border-color: rgb(20,8,127); }
td.TdClassName
{
border-color: #14087F;
}
.TagClassName
{
border-color: #14087F;
}
</style>