Shades of Ultramarine #141C92
Tints of Ultramarine #141C92
RGB
CMYK
RGB Variations
Color information
#141C92 (or 0x141C92) is known color: Ultramarine. HEX triplet: 14, 1C and 92. RGB value is (20,28,146). Sum of RGB (Red+Green+Blue) = 20+28+146=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #141C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C92 is #EBE36D. Grayscale: #262626. Windows color (decimal): -15459182 or 9575444. OLE color: 9575444.
HSL color Cylindrical-coordinate representation of color #141C92: hue angle of 236.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141C92 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 28 | 146 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.43 |
| HSL | 236.19º | 0.76% | 0.33% | - |
| HSV(B) | 236.19º | 0.86% | 0.57% | - |
| XYZ | 5.89 | 3.05 | 27.47 | - |
| YUV | 39.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 146 | 0.86 | 0.81 | 0 | 0.43 | 236.19 | 0.76 | 0.33 |
| Hex | 14 | 1C | 92 | 56 | 51 | 0 | 2B | EC | 4C | 21 |
| Octal | 24 | 34 | 222 | 126 | 121 | 0 | 53 | 354 | 114 | 41 |
| Binary | 10100 | 11100 | 10010010 | 1010110 | 1010001 | 0 | 101011 | 11101100 | 1001100 | 100001 |
Color Harmonies of #141C92
Complementary color
Monochromatic Colors of #141C92
Black with #141C92
Text Example
Text Example
White with #141C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C92; }
p { color: rgb(20,28,146); }
H1.HeaderClassName
{
color: #141C92;
}
.AnyTagClassName
{
color: #141C92;
}
</style>
background-color css
<style>
a { background-color: #141C92; }
a { background-color: rgb(20,28,146); }
div.DivClassName
{
background-color: #141C92;
}
.BgClassName
{
background-color: #141C92;
}
</style>
border-color css
<style>
span { border-color: #141C92; }
span { border-color: rgb(20,28,146); }
td.TdClassName
{
border-color: #141C92;
}
.TagClassName
{
border-color: #141C92;
}
</style>