Shades of Ultramarine #141284
Tints of Ultramarine #141284
RGB
CMYK
RGB Variations
Color information
#141284 (or 0x141284) is known color: Ultramarine. HEX triplet: 14, 12 and 84. RGB value is (20,18,132). Sum of RGB (Red+Green+Blue) = 20+18+132=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #141284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141284 is #EBED7B. Grayscale: #1F1F1F. Windows color (decimal): -15461756 or 8655380. OLE color: 8655380.
HSL color Cylindrical-coordinate representation of color #141284: hue angle of 241.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141284 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 18 | 132 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.48 |
| HSL | 241.05º | 0.76% | 0.29% | - |
| HSV(B) | 241.05º | 0.86% | 0.52% | - |
| XYZ | 4.67 | 2.25 | 22.02 | - |
| YUV | 31.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 132 | 0.85 | 0.86 | 0 | 0.48 | 241.05 | 0.76 | 0.29 |
| Hex | 14 | 12 | 84 | 55 | 56 | 0 | 30 | F1 | 4C | 1D |
| Octal | 24 | 22 | 204 | 125 | 126 | 0 | 60 | 361 | 114 | 35 |
| Binary | 10100 | 10010 | 10000100 | 1010101 | 1010110 | 0 | 110000 | 11110001 | 1001100 | 11101 |
Color Harmonies of #141284
Complementary color
Monochromatic Colors of #141284
Black with #141284
Text Example
Text Example
White with #141284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141284; }
p { color: rgb(20,18,132); }
H1.HeaderClassName
{
color: #141284;
}
.AnyTagClassName
{
color: #141284;
}
</style>
background-color css
<style>
a { background-color: #141284; }
a { background-color: rgb(20,18,132); }
div.DivClassName
{
background-color: #141284;
}
.BgClassName
{
background-color: #141284;
}
</style>
border-color css
<style>
span { border-color: #141284; }
span { border-color: rgb(20,18,132); }
td.TdClassName
{
border-color: #141284;
}
.TagClassName
{
border-color: #141284;
}
</style>