Shades of Ultramarine #14089B
Tints of Ultramarine #14089B
RGB
CMYK
RGB Variations
Color information
#14089B (or 0x14089B) is known color: Ultramarine. HEX triplet: 14, 08 and 9B. RGB value is (20,8,155). Sum of RGB (Red+Green+Blue) = 20+8+155=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #14089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14089B is #EBF764. Grayscale: #1B1B1B. Windows color (decimal): -15464293 or 10160148. OLE color: 10160148.
HSL color Cylindrical-coordinate representation of color #14089B: hue angle of 244.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14089B is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 8 | 155 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.39 |
| HSL | 244.9º | 0.9% | 0.32% | - |
| HSV(B) | 244.9º | 0.95% | 0.61% | - |
| XYZ | 6.29 | 2.69 | 31.2 | - |
| YUV | 28.35 | 199.48 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 155 | 0.87 | 0.95 | 0 | 0.39 | 244.9 | 0.9 | 0.32 |
| Hex | 14 | 8 | 9B | 57 | 5F | 0 | 27 | F5 | 5A | 20 |
| Octal | 24 | 10 | 233 | 127 | 137 | 0 | 47 | 365 | 132 | 40 |
| Binary | 10100 | 1000 | 10011011 | 1010111 | 1011111 | 0 | 100111 | 11110101 | 1011010 | 100000 |
Color Harmonies of #14089B
Complementary color
Monochromatic Colors of #14089B
Black with #14089B
Text Example
Text Example
White with #14089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14089B; }
p { color: rgb(20,8,155); }
H1.HeaderClassName
{
color: #14089B;
}
.AnyTagClassName
{
color: #14089B;
}
</style>
background-color css
<style>
a { background-color: #14089B; }
a { background-color: rgb(20,8,155); }
div.DivClassName
{
background-color: #14089B;
}
.BgClassName
{
background-color: #14089B;
}
</style>
border-color css
<style>
span { border-color: #14089B; }
span { border-color: rgb(20,8,155); }
td.TdClassName
{
border-color: #14089B;
}
.TagClassName
{
border-color: #14089B;
}
</style>