Shades of Ultramarine #14018C
Tints of Ultramarine #14018C
RGB
CMYK
RGB Variations
Color information
#14018C (or 0x14018C) is known color: Ultramarine. HEX triplet: 14, 01 and 8C. RGB value is (20,1,140). Sum of RGB (Red+Green+Blue) = 20+1+140=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 140 (55.08% from 255 or 86.96% from 161); Max value from RGB is 140 - color contains mainly: blue. Hex color #14018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14018C is #EBFE73. Grayscale: #151515. Windows color (decimal): -15466100 or 9175316. OLE color: 9175316.
HSL color Cylindrical-coordinate representation of color #14018C: hue angle of 248.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14018C is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 1 | 140 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.45 |
| HSL | 248.2º | 0.99% | 0.28% | - |
| HSV(B) | 248.2º | 0.99% | 0.55% | - |
| XYZ | 5.03 | 2.06 | 24.94 | - |
| YUV | 22.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 140 | 0.86 | 0.99 | 0 | 0.45 | 248.2 | 0.99 | 0.28 |
| Hex | 14 | 1 | 8C | 56 | 63 | 0 | 2D | F8 | 63 | 1C |
| Octal | 24 | 1 | 214 | 126 | 143 | 0 | 55 | 370 | 143 | 34 |
| Binary | 10100 | 1 | 10001100 | 1010110 | 1100011 | 0 | 101101 | 11111000 | 1100011 | 11100 |
Color Harmonies of #14018C
Complementary color
Monochromatic Colors of #14018C
Black with #14018C
Text Example
Text Example
White with #14018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14018C; }
p { color: rgb(20,1,140); }
H1.HeaderClassName
{
color: #14018C;
}
.AnyTagClassName
{
color: #14018C;
}
</style>
background-color css
<style>
a { background-color: #14018C; }
a { background-color: rgb(20,1,140); }
div.DivClassName
{
background-color: #14018C;
}
.BgClassName
{
background-color: #14018C;
}
</style>
border-color css
<style>
span { border-color: #14018C; }
span { border-color: rgb(20,1,140); }
td.TdClassName
{
border-color: #14018C;
}
.TagClassName
{
border-color: #14018C;
}
</style>