#1329AF

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

Shades of Egyptian Blue #1329AF

Tints of Egyptian Blue #1329AF

Color information

#1329AF (or 0x1329AF) is unknown color: approx Egyptian Blue. HEX triplet: 13, 29 and AF. RGB value is (19,41,175). Sum of RGB (Red+Green+Blue) = 19+41+175=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #1329AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1329AF is #ECD650. Grayscale: #313131. Windows color (decimal): -15521361 or 11479315. OLE color: 11479315.

HSL color Cylindrical-coordinate representation of color #1329AF: hue angle of 231.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1329AF is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1941175-
CMYK0.890.7700.31
HSL231.54º80.41%38.04%-
HSV(B)231.54º89.14%68.63%-
XYZ8.84.8241.02-
YUV49.7198.71106.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 175 (68.75% from 255) = 74.47%
R=8.09%
G=17.45%
B=74.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19411750.890.7700.31231.5480.4138.04
Hex1329AF594D01Fe85026
Octal235125713111503735012046
Binary100111010011010111110110011001101011111111010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1329AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1329AF; }

 p { color: rgb(19,41,175); }

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

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

 a { background-color: rgb(19,41,175); }

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

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

 span { border-color: rgb(19,41,175); }

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