#161BB1

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

Shades of Egyptian Blue #161BB1

Tints of Egyptian Blue #161BB1

Color information

#161BB1 (or 0x161BB1) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1B and B1. RGB value is (22,27,177). Sum of RGB (Red+Green+Blue) = 22+27+177=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 177 (69.53% from 255 or 78.32% from 226); Max value from RGB is 177 - color contains mainly: blue. Hex color #161BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161BB1 is #E9E44E. Grayscale: #2A2A2A. Windows color (decimal): -15328335 or 11606806. OLE color: 11606806.

HSL color Cylindrical-coordinate representation of color #161BB1: hue angle of 238.06º 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 #161BB1 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2227177-
CMYK0.880.8500.31
HSL238.06º77.89%39.02%-
HSV(B)238.06º87.57%69.41%-
XYZ8.664.1341.94-
YUV42.6203.84113.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 177 (69.53% from 255) = 78.32%
R=9.73%
G=11.95%
B=78.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22271770.880.8500.31238.0677.8939.02
Hex161BB1585501Fee4e27
Octal263326113012503735611647
Binary10110110111011000110110001010101011111111011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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