Shades of Ultramarine #14057B
Tints of Ultramarine #14057B
RGB
CMYK
RGB Variations
Color information
#14057B (or 0x14057B) is known color: Ultramarine. HEX triplet: 14, 05 and 7B. RGB value is (20,5,123). Sum of RGB (Red+Green+Blue) = 20+5+123=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 123 (48.44% from 255 or 83.11% from 148); Max value from RGB is 123 - color contains mainly: blue. Hex color #14057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057B is #EBFA84. Grayscale: #161616. Windows color (decimal): -15465093 or 8062228. OLE color: 8062228.
HSL color Cylindrical-coordinate representation of color #14057B: hue angle of 247.63º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14057B is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 5 | 123 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.52 |
| HSL | 247.63º | 0.92% | 0.25% | - |
| HSV(B) | 247.63º | 0.96% | 0.48% | - |
| XYZ | 3.92 | 1.69 | 18.86 | - |
| YUV | 22.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 123 | 0.84 | 0.96 | 0 | 0.52 | 247.63 | 0.92 | 0.25 |
| Hex | 14 | 5 | 7B | 54 | 60 | 0 | 34 | F8 | 5C | 19 |
| Octal | 24 | 5 | 173 | 124 | 140 | 0 | 64 | 370 | 134 | 31 |
| Binary | 10100 | 101 | 1111011 | 1010100 | 1100000 | 0 | 110100 | 11111000 | 1011100 | 11001 |
Color Harmonies of #14057B
Complementary color
Monochromatic Colors of #14057B
Black with #14057B
Text Example
Text Example
White with #14057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14057B; }
p { color: rgb(20,5,123); }
H1.HeaderClassName
{
color: #14057B;
}
.AnyTagClassName
{
color: #14057B;
}
</style>
background-color css
<style>
a { background-color: #14057B; }
a { background-color: rgb(20,5,123); }
div.DivClassName
{
background-color: #14057B;
}
.BgClassName
{
background-color: #14057B;
}
</style>
border-color css
<style>
span { border-color: #14057B; }
span { border-color: rgb(20,5,123); }
td.TdClassName
{
border-color: #14057B;
}
.TagClassName
{
border-color: #14057B;
}
</style>