#1A259A

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

Shades of Egyptian Blue #1A259A

Tints of Egyptian Blue #1A259A

Color information

#1A259A (or 0x1A259A) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 25 and 9A. RGB value is (26,37,154). Sum of RGB (Red+Green+Blue) = 26+37+154=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A259A is #E5DA65. Grayscale: #2E2E2E. Windows color (decimal): -15063654 or 10102042. OLE color: 10102042.

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

Color convert

RGB2637154-
CMYK0.830.7600.40
HSL234.84º71.11%35.29%-
HSV(B)234.84º83.12%60.39%-
XYZ6.923.8830.96-
YUV47.05188.36112.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 154 (60.55% from 255) = 70.97%
R=11.98%
G=17.05%
B=70.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26371540.830.7600.40234.8471.1135.29
Hex1A259A534C028eb4723
Octal324523212311405035310743
Binary1101010010110011010101001110011000101000111010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,154); }

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

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

 a { background-color: rgb(26,37,154); }

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

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

 span { border-color: rgb(26,37,154); }

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