#1327B3

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

Shades of Egyptian Blue #1327B3

Tints of Egyptian Blue #1327B3

Color information

#1327B3 (or 0x1327B3) is unknown color: approx Egyptian Blue. HEX triplet: 13, 27 and B3. RGB value is (19,39,179). Sum of RGB (Red+Green+Blue) = 19+39+179=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #1327B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327B3 is #ECD84C. Grayscale: #303030. Windows color (decimal): -15521869 or 11740947. OLE color: 11740947.

HSL color Cylindrical-coordinate representation of color #1327B3: hue angle of 232.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1327B3 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1939179-
CMYK0.890.7800.30
HSL232.5º80.81%38.82%-
HSV(B)232.5º89.39%70.2%-
XYZ9.134.8443.1-
YUV48.98201.37106.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 179 (70.31% from 255) = 75.53%
R=8.02%
G=16.46%
B=75.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19391790.890.7800.30232.580.8138.82
Hex1327B3594E01Ee85127
Octal234726313111603635012147
Binary100111001111011001110110011001110011110111010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1327B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1327B3; }

 p { color: rgb(19,39,179); }

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

<style>
 a { background-color: #1327B3; }

 a { background-color: rgb(19,39,179); }

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

<style>
 span { border-color: #1327B3; }

 span { border-color: rgb(19,39,179); }

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