#1a3597

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

Shades of Egyptian Blue #1A3597

Tints of Egyptian Blue #1A3597

Color information

#1A3597 (or 0x1A3597) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 35 and 97. RGB value is (26,53,151). Sum of RGB (Red+Green+Blue) = 26+53+151=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A3597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3597 is #E5CA68. Grayscale: #373737. Windows color (decimal): -15059561 or 9909530. OLE color: 9909530.

HSL color Cylindrical-coordinate representation of color #1A3597: hue angle of 227.04º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A3597 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2653151-
CMYK0.830.6500.41
HSL227.04º70.62%34.71%-
HSV(B)227.04º82.78%59.22%-
XYZ7.29529.86-
YUV56.1181.55106.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 151 (59.38% from 255) = 65.65%
R=11.30%
G=23.04%
B=65.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26531510.830.6500.41227.0470.6234.71
Hex1A35975341029e34723
Octal326522712310105134310743
Binary1101011010110010111101001110000010101001111000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a3597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a3597; }

 p { color: rgb(26,53,151); }

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

<style>
 a { background-color: #1a3597; }

 a { background-color: rgb(26,53,151); }

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

<style>
 span { border-color: #1a3597; }

 span { border-color: rgb(26,53,151); }

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