Shades of Ultramarine #141482
Tints of Ultramarine #141482
RGB
CMYK
RGB Variations
Color information
#141482 (or 0x141482) is known color: Ultramarine. HEX triplet: 14, 14 and 82. RGB value is (20,20,130). Sum of RGB (Red+Green+Blue) = 20+20+130=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #141482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141482 is #EBEB7D. Grayscale: #202020. Windows color (decimal): -15461246 or 8524820. OLE color: 8524820.
HSL color Cylindrical-coordinate representation of color #141482: hue angle of 240º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141482 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 20 | 130 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.49 |
| HSL | 240º | 0.73% | 0.29% | - |
| HSV(B) | 240º | 0.85% | 0.51% | - |
| XYZ | 4.57 | 2.26 | 21.31 | - |
| YUV | 32.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 130 | 0.85 | 0.85 | 0 | 0.49 | 240 | 0.73 | 0.29 |
| Hex | 14 | 14 | 82 | 55 | 55 | 0 | 31 | F0 | 49 | 1D |
| Octal | 24 | 24 | 202 | 125 | 125 | 0 | 61 | 360 | 111 | 35 |
| Binary | 10100 | 10100 | 10000010 | 1010101 | 1010101 | 0 | 110001 | 11110000 | 1001001 | 11101 |
Color Harmonies of #141482
Complementary color
Monochromatic Colors of #141482
Black with #141482
Text Example
Text Example
White with #141482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141482; }
p { color: rgb(20,20,130); }
H1.HeaderClassName
{
color: #141482;
}
.AnyTagClassName
{
color: #141482;
}
</style>
background-color css
<style>
a { background-color: #141482; }
a { background-color: rgb(20,20,130); }
div.DivClassName
{
background-color: #141482;
}
.BgClassName
{
background-color: #141482;
}
</style>
border-color css
<style>
span { border-color: #141482; }
span { border-color: rgb(20,20,130); }
td.TdClassName
{
border-color: #141482;
}
.TagClassName
{
border-color: #141482;
}
</style>