Shades of Ultramarine #141A8F
Tints of Ultramarine #141A8F
RGB
CMYK
RGB Variations
Color information
#141A8F (or 0x141A8F) is known color: Ultramarine. HEX triplet: 14, 1A and 8F. RGB value is (20,26,143). Sum of RGB (Red+Green+Blue) = 20+26+143=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #141A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A8F is #EBE570. Grayscale: #252525. Windows color (decimal): -15459697 or 9378324. OLE color: 9378324.
HSL color Cylindrical-coordinate representation of color #141A8F: hue angle of 237.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141A8F is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 26 | 143 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.44 |
| HSL | 237.07º | 0.75% | 0.32% | - |
| HSV(B) | 237.07º | 0.86% | 0.56% | - |
| XYZ | 5.62 | 2.87 | 26.24 | - |
| YUV | 37.54 | 187.51 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 143 | 0.86 | 0.82 | 0 | 0.44 | 237.07 | 0.75 | 0.32 |
| Hex | 14 | 1A | 8F | 56 | 52 | 0 | 2C | ED | 4B | 20 |
| Octal | 24 | 32 | 217 | 126 | 122 | 0 | 54 | 355 | 113 | 40 |
| Binary | 10100 | 11010 | 10001111 | 1010110 | 1010010 | 0 | 101100 | 11101101 | 1001011 | 100000 |
Color Harmonies of #141A8F
Complementary color
Monochromatic Colors of #141A8F
Black with #141A8F
Text Example
Text Example
White with #141A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A8F; }
p { color: rgb(20,26,143); }
H1.HeaderClassName
{
color: #141A8F;
}
.AnyTagClassName
{
color: #141A8F;
}
</style>
background-color css
<style>
a { background-color: #141A8F; }
a { background-color: rgb(20,26,143); }
div.DivClassName
{
background-color: #141A8F;
}
.BgClassName
{
background-color: #141A8F;
}
</style>
border-color css
<style>
span { border-color: #141A8F; }
span { border-color: rgb(20,26,143); }
td.TdClassName
{
border-color: #141A8F;
}
.TagClassName
{
border-color: #141A8F;
}
</style>