Shades of Ultramarine #14087B
Tints of Ultramarine #14087B
RGB
CMYK
RGB Variations
Color information
#14087B (or 0x14087B) is known color: Ultramarine. HEX triplet: 14, 08 and 7B. RGB value is (20,8,123). Sum of RGB (Red+Green+Blue) = 20+8+123=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #14087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14087B is #EBF784. Grayscale: #181818. Windows color (decimal): -15464325 or 8062996. OLE color: 8062996.
HSL color Cylindrical-coordinate representation of color #14087B: hue angle of 246.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14087B is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 8 | 123 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.52 |
| HSL | 246.26º | 0.88% | 0.26% | - |
| HSV(B) | 246.26º | 0.93% | 0.48% | - |
| XYZ | 3.95 | 1.75 | 18.87 | - |
| YUV | 24.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 123 | 0.84 | 0.93 | 0 | 0.52 | 246.26 | 0.88 | 0.26 |
| Hex | 14 | 8 | 7B | 54 | 5D | 0 | 34 | F6 | 58 | 1A |
| Octal | 24 | 10 | 173 | 124 | 135 | 0 | 64 | 366 | 130 | 32 |
| Binary | 10100 | 1000 | 1111011 | 1010100 | 1011101 | 0 | 110100 | 11110110 | 1011000 | 11010 |
Color Harmonies of #14087B
Complementary color
Monochromatic Colors of #14087B
Black with #14087B
Text Example
Text Example
White with #14087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14087B; }
p { color: rgb(20,8,123); }
H1.HeaderClassName
{
color: #14087B;
}
.AnyTagClassName
{
color: #14087B;
}
</style>
background-color css
<style>
a { background-color: #14087B; }
a { background-color: rgb(20,8,123); }
div.DivClassName
{
background-color: #14087B;
}
.BgClassName
{
background-color: #14087B;
}
</style>
border-color css
<style>
span { border-color: #14087B; }
span { border-color: rgb(20,8,123); }
td.TdClassName
{
border-color: #14087B;
}
.TagClassName
{
border-color: #14087B;
}
</style>