#161F9F

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

Shades of Egyptian Blue #161F9F

Tints of Egyptian Blue #161F9F

Color information

#161F9F (or 0x161F9F) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1F and 9F. RGB value is (22,31,159). Sum of RGB (Red+Green+Blue) = 22+31+159=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #161F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161F9F is #E9E060. Grayscale: #2A2A2A. Windows color (decimal): -15327329 or 10428182. OLE color: 10428182.

HSL color Cylindrical-coordinate representation of color #161F9F: hue angle of 236.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161F9F is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2231159-
CMYK0.860.8100.38
HSL236.06º75.69%35.49%-
HSV(B)236.06º86.16%62.35%-
XYZ7.083.6533.13-
YUV42.9193.52113.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 159 (62.5% from 255) = 75%
R=10.38%
G=14.62%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22311590.860.8100.38236.0675.6935.49
Hex161F9F5651026ec4c23
Octal263723712612104635411443
Binary101101111110011111101011010100010100110111011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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