#163692

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

Shades of Egyptian Blue #163692

Tints of Egyptian Blue #163692

Color information

#163692 (or 0x163692) is unknown color: approx Egyptian Blue. HEX triplet: 16, 36 and 92. RGB value is (22,54,146). Sum of RGB (Red+Green+Blue) = 22+54+146=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #163692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163692 is #E9C96D. Grayscale: #363636. Windows color (decimal): -15321454 or 9582102. OLE color: 9582102.

HSL color Cylindrical-coordinate representation of color #163692: hue angle of 224.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163692 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2254146-
CMYK0.850.6300.43
HSL224.52º73.81%32.94%-
HSV(B)224.52º84.93%57.25%-
XYZ6.844.8827.78-
YUV54.92179.4104.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=9.91%
G=24.32%
B=65.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22541460.850.6300.43224.5273.8132.94
Hex163692553F02Be14a21
Octal26662221257705334111241
Binary101101101101001001010101011111110101011111000011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163692; }

 p { color: rgb(22,54,146); }

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

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

 a { background-color: rgb(22,54,146); }

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

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

 span { border-color: rgb(22,54,146); }

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