#1A2B92

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

Shades of Egyptian Blue #1A2B92

Tints of Egyptian Blue #1A2B92

Color information

#1A2B92 (or 0x1A2B92) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2B and 92. RGB value is (26,43,146). Sum of RGB (Red+Green+Blue) = 26+43+146=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B92 is #E5D46D. Grayscale: #313131. Windows color (decimal): -15062126 or 9579290. OLE color: 9579290.

HSL color Cylindrical-coordinate representation of color #1A2B92: hue angle of 231.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 #1A2B92 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2643146-
CMYK0.820.7100.43
HSL231.5º69.77%33.73%-
HSV(B)231.5º82.19%57.25%-
XYZ6.484.0227.63-
YUV49.66182.37111.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 67.91%
R=12.09%
G=20%
B=67.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26431460.820.7100.43231.569.7733.73
Hex1A2B92524702Be84622
Octal325322212210705335010642
Binary1101010101110010010101001010001110101011111010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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