#1642A3

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

Shades of Egyptian Blue #1642A3

Tints of Egyptian Blue #1642A3

Color information

#1642A3 (or 0x1642A3) is unknown color: approx Egyptian Blue. HEX triplet: 16, 42 and A3. RGB value is (22,66,163). Sum of RGB (Red+Green+Blue) = 22+66+163=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #1642A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1642A3 is #E9BD5C. Grayscale: #3F3F3F. Windows color (decimal): -15318365 or 10699286. OLE color: 10699286.

HSL color Cylindrical-coordinate representation of color #1642A3: hue angle of 221.28º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1642A3 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2266163-
CMYK0.870.6000.36
HSL221.28º76.22%36.27%-
HSV(B)221.28º86.5%63.92%-
XYZ8.896.7135.48-
YUV63.9183.9298.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 163 (64.06% from 255) = 64.94%
R=8.76%
G=26.29%
B=64.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22661630.870.6000.36221.2876.2236.27
Hex1642A3573C024dd4c24
Octal261022431277404433511444
Binary1011010000101010001110101111111000100100110111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1642A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1642A3; }

 p { color: rgb(22,66,163); }

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

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

 a { background-color: rgb(22,66,163); }

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

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

 span { border-color: rgb(22,66,163); }

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