Shades of Ultramarine #14037C
Tints of Ultramarine #14037C
RGB
CMYK
RGB Variations
Color information
#14037C (or 0x14037C) is known color: Ultramarine. HEX triplet: 14, 03 and 7C. RGB value is (20,3,124). Sum of RGB (Red+Green+Blue) = 20+3+124=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #14037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14037C is #EBFC83. Grayscale: #151515. Windows color (decimal): -15465604 or 8127252. OLE color: 8127252.
HSL color Cylindrical-coordinate representation of color #14037C: hue angle of 248.43º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14037C is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 3 | 124 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.51 |
| HSL | 248.43º | 0.95% | 0.25% | - |
| HSV(B) | 248.43º | 0.98% | 0.49% | - |
| XYZ | 3.96 | 1.67 | 19.18 | - |
| YUV | 21.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 124 | 0.84 | 0.98 | 0 | 0.51 | 248.43 | 0.95 | 0.25 |
| Hex | 14 | 3 | 7C | 54 | 62 | 0 | 33 | F8 | 5F | 19 |
| Octal | 24 | 3 | 174 | 124 | 142 | 0 | 63 | 370 | 137 | 31 |
| Binary | 10100 | 11 | 1111100 | 1010100 | 1100010 | 0 | 110011 | 11111000 | 1011111 | 11001 |
Color Harmonies of #14037C
Complementary color
Monochromatic Colors of #14037C
Black with #14037C
Text Example
Text Example
White with #14037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14037C; }
p { color: rgb(20,3,124); }
H1.HeaderClassName
{
color: #14037C;
}
.AnyTagClassName
{
color: #14037C;
}
</style>
background-color css
<style>
a { background-color: #14037C; }
a { background-color: rgb(20,3,124); }
div.DivClassName
{
background-color: #14037C;
}
.BgClassName
{
background-color: #14037C;
}
</style>
border-color css
<style>
span { border-color: #14037C; }
span { border-color: rgb(20,3,124); }
td.TdClassName
{
border-color: #14037C;
}
.TagClassName
{
border-color: #14037C;
}
</style>