Shades of Ultramarine #14178C
Tints of Ultramarine #14178C
RGB
CMYK
RGB Variations
Color information
#14178C (or 0x14178C) is known color: Ultramarine. HEX triplet: 14, 17 and 8C. RGB value is (20,23,140). Sum of RGB (Red+Green+Blue) = 20+23+140=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #14178C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14178C is #EBE873. Grayscale: #222222. Windows color (decimal): -15460468 or 9180948. OLE color: 9180948.
HSL color Cylindrical-coordinate representation of color #14178C: hue angle of 238.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14178C is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 23 | 140 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.45 |
| HSL | 238.5º | 0.75% | 0.31% | - |
| HSV(B) | 238.5º | 0.86% | 0.55% | - |
| XYZ | 5.33 | 2.65 | 25.04 | - |
| YUV | 35.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 140 | 0.86 | 0.84 | 0 | 0.45 | 238.5 | 0.75 | 0.31 |
| Hex | 14 | 17 | 8C | 56 | 54 | 0 | 2D | EE | 4B | 1F |
| Octal | 24 | 27 | 214 | 126 | 124 | 0 | 55 | 356 | 113 | 37 |
| Binary | 10100 | 10111 | 10001100 | 1010110 | 1010100 | 0 | 101101 | 11101110 | 1001011 | 11111 |
Color Harmonies of #14178C
Complementary color
Monochromatic Colors of #14178C
Black with #14178C
Text Example
Text Example
White with #14178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14178C; }
p { color: rgb(20,23,140); }
H1.HeaderClassName
{
color: #14178C;
}
.AnyTagClassName
{
color: #14178C;
}
</style>
background-color css
<style>
a { background-color: #14178C; }
a { background-color: rgb(20,23,140); }
div.DivClassName
{
background-color: #14178C;
}
.BgClassName
{
background-color: #14178C;
}
</style>
border-color css
<style>
span { border-color: #14178C; }
span { border-color: rgb(20,23,140); }
td.TdClassName
{
border-color: #14178C;
}
.TagClassName
{
border-color: #14178C;
}
</style>