Shades of Ultramarine #14019D
Tints of Ultramarine #14019D
RGB
CMYK
RGB Variations
Color information
#14019D (or 0x14019D) is known color: Ultramarine. HEX triplet: 14, 01 and 9D. RGB value is (20,1,157). Sum of RGB (Red+Green+Blue) = 20+1+157=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #14019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14019D is #EBFE62. Grayscale: #171717. Windows color (decimal): -15466083 or 10289428. OLE color: 10289428.
HSL color Cylindrical-coordinate representation of color #14019D: hue angle of 247.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14019D is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 1 | 157 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.38 |
| HSL | 247.31º | 0.99% | 0.31% | - |
| HSV(B) | 247.31º | 0.99% | 0.62% | - |
| XYZ | 6.39 | 2.6 | 32.06 | - |
| YUV | 24.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 157 | 0.87 | 0.99 | 0 | 0.38 | 247.31 | 0.99 | 0.31 |
| Hex | 14 | 1 | 9D | 57 | 63 | 0 | 26 | F7 | 63 | 1F |
| Octal | 24 | 1 | 235 | 127 | 143 | 0 | 46 | 367 | 143 | 37 |
| Binary | 10100 | 1 | 10011101 | 1010111 | 1100011 | 0 | 100110 | 11110111 | 1100011 | 11111 |
Color Harmonies of #14019D
Complementary color
Monochromatic Colors of #14019D
Black with #14019D
Text Example
Text Example
White with #14019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14019D; }
p { color: rgb(20,1,157); }
H1.HeaderClassName
{
color: #14019D;
}
.AnyTagClassName
{
color: #14019D;
}
</style>
background-color css
<style>
a { background-color: #14019D; }
a { background-color: rgb(20,1,157); }
div.DivClassName
{
background-color: #14019D;
}
.BgClassName
{
background-color: #14019D;
}
</style>
border-color css
<style>
span { border-color: #14019D; }
span { border-color: rgb(20,1,157); }
td.TdClassName
{
border-color: #14019D;
}
.TagClassName
{
border-color: #14019D;
}
</style>