Shades of Ultramarine #141A8B
Tints of Ultramarine #141A8B
RGB
CMYK
RGB Variations
Color information
#141A8B (or 0x141A8B) is known color: Ultramarine. HEX triplet: 14, 1A and 8B. RGB value is (20,26,139). Sum of RGB (Red+Green+Blue) = 20+26+139=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #141A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A8B is #EBE574. Grayscale: #242424. Windows color (decimal): -15459701 or 9116180. OLE color: 9116180.
HSL color Cylindrical-coordinate representation of color #141A8B: hue angle of 236.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141A8B is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 26 | 139 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.45 |
| HSL | 236.97º | 0.75% | 0.31% | - |
| HSV(B) | 236.97º | 0.86% | 0.55% | - |
| XYZ | 5.32 | 2.75 | 24.68 | - |
| YUV | 37.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 139 | 0.86 | 0.81 | 0 | 0.45 | 236.97 | 0.75 | 0.31 |
| Hex | 14 | 1A | 8B | 56 | 51 | 0 | 2D | ED | 4B | 1F |
| Octal | 24 | 32 | 213 | 126 | 121 | 0 | 55 | 355 | 113 | 37 |
| Binary | 10100 | 11010 | 10001011 | 1010110 | 1010001 | 0 | 101101 | 11101101 | 1001011 | 11111 |
Color Harmonies of #141A8B
Complementary color
Monochromatic Colors of #141A8B
Black with #141A8B
Text Example
Text Example
White with #141A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A8B; }
p { color: rgb(20,26,139); }
H1.HeaderClassName
{
color: #141A8B;
}
.AnyTagClassName
{
color: #141A8B;
}
</style>
background-color css
<style>
a { background-color: #141A8B; }
a { background-color: rgb(20,26,139); }
div.DivClassName
{
background-color: #141A8B;
}
.BgClassName
{
background-color: #141A8B;
}
</style>
border-color css
<style>
span { border-color: #141A8B; }
span { border-color: rgb(20,26,139); }
td.TdClassName
{
border-color: #141A8B;
}
.TagClassName
{
border-color: #141A8B;
}
</style>