Shades of Egyptian Blue #141F9F
Tints of Egyptian Blue #141F9F
RGB
CMYK
RGB Variations
Color information
#141F9F (or 0x141F9F) is known color: Egyptian Blue. HEX triplet: 14, 1F and 9F. RGB value is (20,31,159). Sum of RGB (Red+Green+Blue) = 20+31+159=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #141F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F9F is #EBE060. Grayscale: #292929. Windows color (decimal): -15458401 or 10428180. OLE color: 10428180.
HSL color Cylindrical-coordinate representation of color #141F9F: hue angle of 235.25º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141F9F is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 31 | 159 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.38 |
| HSL | 235.25º | 0.78% | 0.35% | - |
| HSV(B) | 235.25º | 0.87% | 0.62% | - |
| XYZ | 7.04 | 3.63 | 33.13 | - |
| YUV | 42.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 159 | 0.87 | 0.81 | 0 | 0.38 | 235.25 | 0.78 | 0.35 |
| Hex | 14 | 1F | 9F | 57 | 51 | 0 | 26 | EB | 4E | 23 |
| Octal | 24 | 37 | 237 | 127 | 121 | 0 | 46 | 353 | 116 | 43 |
| Binary | 10100 | 11111 | 10011111 | 1010111 | 1010001 | 0 | 100110 | 11101011 | 1001110 | 100011 |
Color Harmonies of #141F9F
Complementary color
Monochromatic Colors of #141F9F
Black with #141F9F
Text Example
Text Example
White with #141F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F9F; }
p { color: rgb(20,31,159); }
H1.HeaderClassName
{
color: #141F9F;
}
.AnyTagClassName
{
color: #141F9F;
}
</style>
background-color css
<style>
a { background-color: #141F9F; }
a { background-color: rgb(20,31,159); }
div.DivClassName
{
background-color: #141F9F;
}
.BgClassName
{
background-color: #141F9F;
}
</style>
border-color css
<style>
span { border-color: #141F9F; }
span { border-color: rgb(20,31,159); }
td.TdClassName
{
border-color: #141F9F;
}
.TagClassName
{
border-color: #141F9F;
}
</style>