Shades of Ultramarine #141F94
Tints of Ultramarine #141F94
RGB
CMYK
RGB Variations
Color information
#141F94 (or 0x141F94) is known color: Ultramarine. HEX triplet: 14, 1F and 94. RGB value is (20,31,148). Sum of RGB (Red+Green+Blue) = 20+31+148=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #141F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F94 is #EBE06B. Grayscale: #282828. Windows color (decimal): -15458412 or 9707284. OLE color: 9707284.
HSL color Cylindrical-coordinate representation of color #141F94: hue angle of 234.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141F94 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 31 | 148 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.42 |
| HSL | 234.84º | 0.76% | 0.33% | - |
| HSV(B) | 234.84º | 0.86% | 0.58% | - |
| XYZ | 6.12 | 3.27 | 28.32 | - |
| YUV | 41.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 148 | 0.86 | 0.79 | 0 | 0.42 | 234.84 | 0.76 | 0.33 |
| Hex | 14 | 1F | 94 | 56 | 4F | 0 | 2A | EB | 4C | 21 |
| Octal | 24 | 37 | 224 | 126 | 117 | 0 | 52 | 353 | 114 | 41 |
| Binary | 10100 | 11111 | 10010100 | 1010110 | 1001111 | 0 | 101010 | 11101011 | 1001100 | 100001 |
Color Harmonies of #141F94
Complementary color
Monochromatic Colors of #141F94
Black with #141F94
Text Example
Text Example
White with #141F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F94; }
p { color: rgb(20,31,148); }
H1.HeaderClassName
{
color: #141F94;
}
.AnyTagClassName
{
color: #141F94;
}
</style>
background-color css
<style>
a { background-color: #141F94; }
a { background-color: rgb(20,31,148); }
div.DivClassName
{
background-color: #141F94;
}
.BgClassName
{
background-color: #141F94;
}
</style>
border-color css
<style>
span { border-color: #141F94; }
span { border-color: rgb(20,31,148); }
td.TdClassName
{
border-color: #141F94;
}
.TagClassName
{
border-color: #141F94;
}
</style>