#1323AD

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

Shades of Egyptian Blue #1323AD

Tints of Egyptian Blue #1323AD

Color information

#1323AD (or 0x1323AD) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and AD. RGB value is (19,35,173). Sum of RGB (Red+Green+Blue) = 19+35+173=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1323AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1323AD is #ECDC52. Grayscale: #2D2D2D. Windows color (decimal): -15522899 or 11346707. OLE color: 11346707.

HSL color Cylindrical-coordinate representation of color #1323AD: hue angle of 233.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1323AD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1935173-
CMYK0.890.8000.32
HSL233.77º80.21%37.65%-
HSV(B)233.77º89.02%67.84%-
XYZ8.414.3639.93-
YUV45.95199.7108.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=8.37%
G=15.42%
B=76.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19351730.890.8000.32233.7780.2137.65
Hex1323AD5950020ea5026
Octal234325513112004035212046
Binary1001110001110101101101100110100000100000111010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1323AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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