#161FAE

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

Shades of Egyptian Blue #161FAE

Tints of Egyptian Blue #161FAE

Color information

#161FAE (or 0x161FAE) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1F and AE. RGB value is (22,31,174). Sum of RGB (Red+Green+Blue) = 22+31+174=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #161FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161FAE is #E9E051. Grayscale: #2C2C2C. Windows color (decimal): -15327314 or 11411222. OLE color: 11411222.

HSL color Cylindrical-coordinate representation of color #161FAE: hue angle of 236.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #161FAE is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2231174-
CMYK0.870.8200.32
HSL236.45º77.55%38.43%-
HSV(B)236.45º87.36%68.24%-
XYZ8.464.2140.41-
YUV44.61201.02111.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 174 (68.36% from 255) = 76.65%
R=9.69%
G=13.66%
B=76.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22311740.870.8200.32236.4577.5538.43
Hex161FAE5752020ec4e26
Octal263725612712204035411646
Binary101101111110101110101011110100100100000111011001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161FAE; }

 p { color: rgb(22,31,174); }

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

<style>
 a { background-color: #161FAE; }

 a { background-color: rgb(22,31,174); }

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

<style>
 span { border-color: #161FAE; }

 span { border-color: rgb(22,31,174); }

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