Shades of Ultramarine #141E92
Tints of Ultramarine #141E92
RGB
CMYK
RGB Variations
Color information
#141E92 (or 0x141E92) is known color: Ultramarine. HEX triplet: 14, 1E and 92. RGB value is (20,30,146). Sum of RGB (Red+Green+Blue) = 20+30+146=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #141E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E92 is #EBE16D. Grayscale: #272727. Windows color (decimal): -15458670 or 9575956. OLE color: 9575956.
HSL color Cylindrical-coordinate representation of color #141E92: hue angle of 235.24º 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 #141E92 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 30 | 146 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.43 |
| HSL | 235.24º | 0.76% | 0.33% | - |
| HSV(B) | 235.24º | 0.86% | 0.57% | - |
| XYZ | 5.94 | 3.15 | 27.49 | - |
| YUV | 40.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 146 | 0.86 | 0.79 | 0 | 0.43 | 235.24 | 0.76 | 0.33 |
| Hex | 14 | 1E | 92 | 56 | 4F | 0 | 2B | EB | 4C | 21 |
| Octal | 24 | 36 | 222 | 126 | 117 | 0 | 53 | 353 | 114 | 41 |
| Binary | 10100 | 11110 | 10010010 | 1010110 | 1001111 | 0 | 101011 | 11101011 | 1001100 | 100001 |
Color Harmonies of #141E92
Complementary color
Monochromatic Colors of #141E92
Black with #141E92
Text Example
Text Example
White with #141E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E92; }
p { color: rgb(20,30,146); }
H1.HeaderClassName
{
color: #141E92;
}
.AnyTagClassName
{
color: #141E92;
}
</style>
background-color css
<style>
a { background-color: #141E92; }
a { background-color: rgb(20,30,146); }
div.DivClassName
{
background-color: #141E92;
}
.BgClassName
{
background-color: #141E92;
}
</style>
border-color css
<style>
span { border-color: #141E92; }
span { border-color: rgb(20,30,146); }
td.TdClassName
{
border-color: #141E92;
}
.TagClassName
{
border-color: #141E92;
}
</style>