#1A2792

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

Shades of Egyptian Blue #1A2792

Tints of Egyptian Blue #1A2792

Color information

#1A2792 (or 0x1A2792) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 27 and 92. RGB value is (26,39,146). Sum of RGB (Red+Green+Blue) = 26+39+146=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2792 is #E5D86D. Grayscale: #2E2E2E. Windows color (decimal): -15063150 or 9578266. OLE color: 9578266.

HSL color Cylindrical-coordinate representation of color #1A2792: hue angle of 233.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2792 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2639146-
CMYK0.820.7300.43
HSL233.5º69.77%33.73%-
HSV(B)233.5º82.19%57.25%-
XYZ6.343.7527.58-
YUV47.31183.69112.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=12.32%
G=18.48%
B=69.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26391460.820.7300.43233.569.7733.73
Hex1A2792524902Bea4622
Octal324722212211105335210642
Binary1101010011110010010101001010010010101011111010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,39,146); }

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

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

 a { background-color: rgb(26,39,146); }

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

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

 span { border-color: rgb(26,39,146); }

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