#161AB2

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

Shades of Egyptian Blue #161AB2

Tints of Egyptian Blue #161AB2

Color information

#161AB2 (or 0x161AB2) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1A and B2. RGB value is (22,26,178). Sum of RGB (Red+Green+Blue) = 22+26+178=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #161AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161AB2 is #E9E54D. Grayscale: #292929. Windows color (decimal): -15328590 or 11672086. OLE color: 11672086.

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

Color convert

RGB2226178-
CMYK0.880.8500.30
HSL238.46º78%39.22%-
HSV(B)238.46º87.64%69.8%-
XYZ8.744.1242.45-
YUV42.13204.67113.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 178 (69.92% from 255) = 78.76%
R=9.73%
G=11.50%
B=78.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22261780.880.8500.30238.467839.22
Hex161AB2585501Eee4e27
Octal263226213012503635611647
Binary10110110101011001010110001010101011110111011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,26,178); }

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

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

 a { background-color: rgb(22,26,178); }

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

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

 span { border-color: rgb(22,26,178); }

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