Shades of Ultramarine #141485
Tints of Ultramarine #141485
RGB
CMYK
RGB Variations
Color information
#141485 (or 0x141485) is known color: Ultramarine. HEX triplet: 14, 14 and 85. RGB value is (20,20,133). Sum of RGB (Red+Green+Blue) = 20+20+133=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #141485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141485 is #EBEB7A. Grayscale: #202020. Windows color (decimal): -15461243 or 8721428. OLE color: 8721428.
HSL color Cylindrical-coordinate representation of color #141485: hue angle of 240º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141485 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 20 | 133 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.48 |
| HSL | 240º | 0.74% | 0.3% | - |
| HSV(B) | 240º | 0.85% | 0.52% | - |
| XYZ | 4.77 | 2.34 | 22.39 | - |
| YUV | 32.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 133 | 0.85 | 0.85 | 0 | 0.48 | 240 | 0.74 | 0.3 |
| Hex | 14 | 14 | 85 | 55 | 55 | 0 | 30 | F0 | 4A | 1E |
| Octal | 24 | 24 | 205 | 125 | 125 | 0 | 60 | 360 | 112 | 36 |
| Binary | 10100 | 10100 | 10000101 | 1010101 | 1010101 | 0 | 110000 | 11110000 | 1001010 | 11110 |
Color Harmonies of #141485
Complementary color
Monochromatic Colors of #141485
Black with #141485
Text Example
Text Example
White with #141485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141485; }
p { color: rgb(20,20,133); }
H1.HeaderClassName
{
color: #141485;
}
.AnyTagClassName
{
color: #141485;
}
</style>
background-color css
<style>
a { background-color: #141485; }
a { background-color: rgb(20,20,133); }
div.DivClassName
{
background-color: #141485;
}
.BgClassName
{
background-color: #141485;
}
</style>
border-color css
<style>
span { border-color: #141485; }
span { border-color: rgb(20,20,133); }
td.TdClassName
{
border-color: #141485;
}
.TagClassName
{
border-color: #141485;
}
</style>