Shades of Ultramarine #14048E
Tints of Ultramarine #14048E
RGB
CMYK
RGB Variations
Color information
#14048E (or 0x14048E) is known color: Ultramarine. HEX triplet: 14, 04 and 8E. RGB value is (20,4,142). Sum of RGB (Red+Green+Blue) = 20+4+142=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #14048E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14048E is #EBFB71. Grayscale: #171717. Windows color (decimal): -15465330 or 9307156. OLE color: 9307156.
HSL color Cylindrical-coordinate representation of color #14048E: hue angle of 246.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14048E is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 4 | 142 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.44 |
| HSL | 246.96º | 0.95% | 0.29% | - |
| HSV(B) | 246.96º | 0.97% | 0.56% | - |
| XYZ | 5.21 | 2.19 | 25.74 | - |
| YUV | 24.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 142 | 0.86 | 0.97 | 0 | 0.44 | 246.96 | 0.95 | 0.29 |
| Hex | 14 | 4 | 8E | 56 | 61 | 0 | 2C | F7 | 5F | 1D |
| Octal | 24 | 4 | 216 | 126 | 141 | 0 | 54 | 367 | 137 | 35 |
| Binary | 10100 | 100 | 10001110 | 1010110 | 1100001 | 0 | 101100 | 11110111 | 1011111 | 11101 |
Color Harmonies of #14048E
Complementary color
Monochromatic Colors of #14048E
Black with #14048E
Text Example
Text Example
White with #14048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14048E; }
p { color: rgb(20,4,142); }
H1.HeaderClassName
{
color: #14048E;
}
.AnyTagClassName
{
color: #14048E;
}
</style>
background-color css
<style>
a { background-color: #14048E; }
a { background-color: rgb(20,4,142); }
div.DivClassName
{
background-color: #14048E;
}
.BgClassName
{
background-color: #14048E;
}
</style>
border-color css
<style>
span { border-color: #14048E; }
span { border-color: rgb(20,4,142); }
td.TdClassName
{
border-color: #14048E;
}
.TagClassName
{
border-color: #14048E;
}
</style>