Shades of Ultramarine #14199B
Tints of Ultramarine #14199B
RGB
CMYK
RGB Variations
Color information
#14199B (or 0x14199B) is known color: Ultramarine. HEX triplet: 14, 19 and 9B. RGB value is (20,25,155). Sum of RGB (Red+Green+Blue) = 20+25+155=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #14199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14199B is #EBE664. Grayscale: #252525. Windows color (decimal): -15459941 or 10164500. OLE color: 10164500.
HSL color Cylindrical-coordinate representation of color #14199B: hue angle of 237.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14199B is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 25 | 155 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.39 |
| HSL | 237.78º | 0.77% | 0.34% | - |
| HSV(B) | 237.78º | 0.87% | 0.61% | - |
| XYZ | 6.55 | 3.21 | 31.28 | - |
| YUV | 38.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 155 | 0.87 | 0.84 | 0 | 0.39 | 237.78 | 0.77 | 0.34 |
| Hex | 14 | 19 | 9B | 57 | 54 | 0 | 27 | EE | 4D | 22 |
| Octal | 24 | 31 | 233 | 127 | 124 | 0 | 47 | 356 | 115 | 42 |
| Binary | 10100 | 11001 | 10011011 | 1010111 | 1010100 | 0 | 100111 | 11101110 | 1001101 | 100010 |
Color Harmonies of #14199B
Complementary color
Monochromatic Colors of #14199B
Black with #14199B
Text Example
Text Example
White with #14199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14199B; }
p { color: rgb(20,25,155); }
H1.HeaderClassName
{
color: #14199B;
}
.AnyTagClassName
{
color: #14199B;
}
</style>
background-color css
<style>
a { background-color: #14199B; }
a { background-color: rgb(20,25,155); }
div.DivClassName
{
background-color: #14199B;
}
.BgClassName
{
background-color: #14199B;
}
</style>
border-color css
<style>
span { border-color: #14199B; }
span { border-color: rgb(20,25,155); }
td.TdClassName
{
border-color: #14199B;
}
.TagClassName
{
border-color: #14199B;
}
</style>