#1A3096

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

Shades of Egyptian Blue #1A3096

Tints of Egyptian Blue #1A3096

Color information

#1A3096 (or 0x1A3096) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 30 and 96. RGB value is (26,48,150). Sum of RGB (Red+Green+Blue) = 26+48+150=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A3096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3096 is #E5CF69. Grayscale: #343434. Windows color (decimal): -15060842 or 9842714. OLE color: 9842714.

HSL color Cylindrical-coordinate representation of color #1A3096: hue angle of 229.35º degrees, saturation: 0.7, 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 #1A3096 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2648150-
CMYK0.830.6800.41
HSL229.35º70.45%34.51%-
HSV(B)229.35º82.67%58.82%-
XYZ6.994.5429.36-
YUV53.05182.71108.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=11.61%
G=21.43%
B=66.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26481500.830.6800.41229.3570.4534.51
Hex1A30965344029e54623
Octal326022612310405134510643
Binary1101011000010010110101001110001000101001111001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,150); }

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

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

 a { background-color: rgb(26,48,150); }

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

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

 span { border-color: rgb(26,48,150); }

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