#1323A9

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

Shades of Egyptian Blue #1323A9

Tints of Egyptian Blue #1323A9

Color information

#1323A9 (or 0x1323A9) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and A9. RGB value is (19,35,169). Sum of RGB (Red+Green+Blue) = 19+35+169=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 169 (66.41% from 255 or 75.78% from 223); Max value from RGB is 169 - color contains mainly: blue. Hex color #1323A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1323A9 is #ECDC56. Grayscale: #2C2C2C. Windows color (decimal): -15522903 or 11084563. OLE color: 11084563.

HSL color Cylindrical-coordinate representation of color #1323A9: hue angle of 233.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1323A9 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1935169-
CMYK0.890.7900.34
HSL233.6º79.79%36.86%-
HSV(B)233.6º88.76%66.27%-
XYZ8.034.2137.92-
YUV45.49197.7109.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 169 (66.41% from 255) = 75.78%
R=8.52%
G=15.70%
B=75.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19351690.890.7900.34233.679.7936.86
Hex1323A9594F022ea5025
Octal234325113111704235212045
Binary1001110001110101001101100110011110100010111010101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1323A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1323A9; }

 p { color: rgb(19,35,169); }

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

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

 a { background-color: rgb(19,35,169); }

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

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

 span { border-color: rgb(19,35,169); }

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