#141FB0

Color #141FB0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #141FB0

Tints of Egyptian Blue #141FB0

Color information

#141FB0 (or 0x141FB0) is unknown color: approx Egyptian Blue. HEX triplet: 14, 1F and B0. RGB value is (20,31,176). Sum of RGB (Red+Green+Blue) = 20+31+176=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 176 (69.14% from 255 or 77.53% from 227); Max value from RGB is 176 - color contains mainly: blue. Hex color #141FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141FB0 is #EBE04F. Grayscale: #2B2B2B. Windows color (decimal): -15458384 or 11542292. OLE color: 11542292.

HSL color Cylindrical-coordinate representation of color #141FB0: hue angle of 235.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141FB0 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2031176-
CMYK0.890.8200.31
HSL235.77º79.59%38.43%-
HSV(B)235.77º88.64%69.02%-
XYZ8.614.2641.44-
YUV44.24202.36110.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 176 (69.14% from 255) = 77.53%
R=8.81%
G=13.66%
B=77.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20311760.890.8200.31235.7779.5938.43
Hex141FB0595201Fec5026
Octal243726013112203735412046
Binary10100111111011000010110011010010011111111011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141FB0; }

 p { color: rgb(20,31,176); }

 H1.HeaderClassName
 {
   color: #141FB0;
 }
 .AnyTagClassName
 {
   color: #141FB0;
 }
</style>
background-color css

<style>
 a { background-color: #141FB0; }

 a { background-color: rgb(20,31,176); }

 div.DivClassName
 {
   background-color: #141FB0;
 }
 .BgClassName
 {
   background-color: #141FB0;
 }
</style>
border-color css

<style>
 span { border-color: #141FB0; }

 span { border-color: rgb(20,31,176); }

 td.TdClassName
 {
   border-color: #141FB0;
 }
 .TagClassName
 {
   border-color: #141FB0;
 }
</style>