#1325B4

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

Shades of Egyptian Blue #1325B4

Tints of Egyptian Blue #1325B4

Color information

#1325B4 (or 0x1325B4) is unknown color: approx Egyptian Blue. HEX triplet: 13, 25 and B4. RGB value is (19,37,180). Sum of RGB (Red+Green+Blue) = 19+37+180=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #1325B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325B4 is #ECDA4B. Grayscale: #2F2F2F. Windows color (decimal): -15522380 or 11805971. OLE color: 11805971.

HSL color Cylindrical-coordinate representation of color #1325B4: hue angle of 233.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1325B4 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1937180-
CMYK0.890.7900.29
HSL233.29º80.9%39.02%-
HSV(B)233.29º89.44%70.59%-
XYZ9.174.7643.61-
YUV47.92202.54107.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 180 (70.70% from 255) = 76.27%
R=8.05%
G=15.68%
B=76.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19371800.890.7900.29233.2980.939.02
Hex1325B4594F01De95127
Octal234526413111703535112147
Binary100111001011011010010110011001111011101111010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1325B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1325B4; }

 p { color: rgb(19,37,180); }

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

<style>
 a { background-color: #1325B4; }

 a { background-color: rgb(19,37,180); }

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

<style>
 span { border-color: #1325B4; }

 span { border-color: rgb(19,37,180); }

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