#1622A7

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

Shades of Egyptian Blue #1622A7

Tints of Egyptian Blue #1622A7

Color information

#1622A7 (or 0x1622A7) is unknown color: approx Egyptian Blue. HEX triplet: 16, 22 and A7. RGB value is (22,34,167). Sum of RGB (Red+Green+Blue) = 22+34+167=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 167 (65.62% from 255 or 74.89% from 223); Max value from RGB is 167 - color contains mainly: blue. Hex color #1622A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1622A7 is #E9DD58. Grayscale: #2D2D2D. Windows color (decimal): -15326553 or 10953238. OLE color: 10953238.

HSL color Cylindrical-coordinate representation of color #1622A7: hue angle of 235.03º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1622A7 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2234167-
CMYK0.870.8000.35
HSL235.03º76.72%37.06%-
HSV(B)235.03º86.83%65.49%-
XYZ7.884.136.94-
YUV45.57196.52111.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 167 (65.62% from 255) = 74.89%
R=9.87%
G=15.25%
B=74.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22341670.870.8000.35235.0376.7237.06
Hex1622A75750023eb4d25
Octal264224712712004335311545
Binary1011010001010100111101011110100000100011111010111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1622A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1622A7; }

 p { color: rgb(22,34,167); }

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

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

 a { background-color: rgb(22,34,167); }

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

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

 span { border-color: rgb(22,34,167); }

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