#161EB1

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

Shades of Egyptian Blue #161EB1

Tints of Egyptian Blue #161EB1

Color information

#161EB1 (or 0x161EB1) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1E and B1. RGB value is (22,30,177). Sum of RGB (Red+Green+Blue) = 22+30+177=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #161EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161EB1 is #E9E14E. Grayscale: #2B2B2B. Windows color (decimal): -15327567 or 11607574. OLE color: 11607574.

HSL color Cylindrical-coordinate representation of color #161EB1: hue angle of 236.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161EB1 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2230177-
CMYK0.880.8300.31
HSL236.9º77.89%39.02%-
HSV(B)236.9º87.57%69.41%-
XYZ8.734.2741.96-
YUV44.37202.85112.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 177 (69.53% from 255) = 77.29%
R=9.61%
G=13.10%
B=77.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22301770.880.8300.31236.977.8939.02
Hex161EB1585301Fed4e27
Octal263626113012303735511647
Binary10110111101011000110110001010011011111111011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,30,177); }

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

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

 a { background-color: rgb(22,30,177); }

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

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

 span { border-color: rgb(22,30,177); }

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