Shades of Ultramarine #141BA2
Tints of Ultramarine #141BA2
RGB
CMYK
RGB Variations
Color information
#141BA2 (or 0x141BA2) is known color: Ultramarine. HEX triplet: 14, 1B and A2. RGB value is (20,27,162). Sum of RGB (Red+Green+Blue) = 20+27+162=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #141BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BA2 is #EBE45D. Grayscale: #272727. Windows color (decimal): -15459422 or 10623764. OLE color: 10623764.
HSL color Cylindrical-coordinate representation of color #141BA2: hue angle of 237.04º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141BA2 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 27 | 162 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.36 |
| HSL | 237.04º | 0.78% | 0.36% | - |
| HSV(B) | 237.04º | 0.88% | 0.64% | - |
| XYZ | 7.2 | 3.54 | 34.49 | - |
| YUV | 40.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 162 | 0.88 | 0.83 | 0 | 0.36 | 237.04 | 0.78 | 0.36 |
| Hex | 14 | 1B | A2 | 58 | 53 | 0 | 24 | ED | 4E | 24 |
| Octal | 24 | 33 | 242 | 130 | 123 | 0 | 44 | 355 | 116 | 44 |
| Binary | 10100 | 11011 | 10100010 | 1011000 | 1010011 | 0 | 100100 | 11101101 | 1001110 | 100100 |
Color Harmonies of #141BA2
Complementary color
Monochromatic Colors of #141BA2
Black with #141BA2
Text Example
Text Example
White with #141BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BA2; }
p { color: rgb(20,27,162); }
H1.HeaderClassName
{
color: #141BA2;
}
.AnyTagClassName
{
color: #141BA2;
}
</style>
background-color css
<style>
a { background-color: #141BA2; }
a { background-color: rgb(20,27,162); }
div.DivClassName
{
background-color: #141BA2;
}
.BgClassName
{
background-color: #141BA2;
}
</style>
border-color css
<style>
span { border-color: #141BA2; }
span { border-color: rgb(20,27,162); }
td.TdClassName
{
border-color: #141BA2;
}
.TagClassName
{
border-color: #141BA2;
}
</style>