Shades of Ultramarine #14019B
Tints of Ultramarine #14019B
RGB
CMYK
RGB Variations
Color information
#14019B (or 0x14019B) is known color: Ultramarine. HEX triplet: 14, 01 and 9B. RGB value is (20,1,155). Sum of RGB (Red+Green+Blue) = 20+1+155=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 155 (60.94% from 255 or 88.07% from 176); Max value from RGB is 155 - color contains mainly: blue. Hex color #14019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14019B is #EBFE64. Grayscale: #171717. Windows color (decimal): -15466085 or 10158356. OLE color: 10158356.
HSL color Cylindrical-coordinate representation of color #14019B: hue angle of 247.4º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14019B is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 1 | 155 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.39 |
| HSL | 247.4º | 0.99% | 0.31% | - |
| HSV(B) | 247.4º | 0.99% | 0.61% | - |
| XYZ | 6.22 | 2.54 | 31.17 | - |
| YUV | 24.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 155 | 0.87 | 0.99 | 0 | 0.39 | 247.4 | 0.99 | 0.31 |
| Hex | 14 | 1 | 9B | 57 | 63 | 0 | 27 | F7 | 63 | 1F |
| Octal | 24 | 1 | 233 | 127 | 143 | 0 | 47 | 367 | 143 | 37 |
| Binary | 10100 | 1 | 10011011 | 1010111 | 1100011 | 0 | 100111 | 11110111 | 1100011 | 11111 |
Color Harmonies of #14019B
Complementary color
Monochromatic Colors of #14019B
Black with #14019B
Text Example
Text Example
White with #14019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14019B; }
p { color: rgb(20,1,155); }
H1.HeaderClassName
{
color: #14019B;
}
.AnyTagClassName
{
color: #14019B;
}
</style>
background-color css
<style>
a { background-color: #14019B; }
a { background-color: rgb(20,1,155); }
div.DivClassName
{
background-color: #14019B;
}
.BgClassName
{
background-color: #14019B;
}
</style>
border-color css
<style>
span { border-color: #14019B; }
span { border-color: rgb(20,1,155); }
td.TdClassName
{
border-color: #14019B;
}
.TagClassName
{
border-color: #14019B;
}
</style>