#1A2499

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

Shades of Egyptian Blue #1A2499

Tints of Egyptian Blue #1A2499

Color information

#1A2499 (or 0x1A2499) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 24 and 99. RGB value is (26,36,153). Sum of RGB (Red+Green+Blue) = 26+36+153=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A2499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2499 is #E5DB66. Grayscale: #2D2D2D. Windows color (decimal): -15063911 or 10036250. OLE color: 10036250.

HSL color Cylindrical-coordinate representation of color #1A2499: hue angle of 235.28º 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 #1A2499 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2636153-
CMYK0.830.7600.4
HSL235.28º70.95%35.1%-
HSV(B)235.28º83.01%60%-
XYZ6.813.7830.51-
YUV46.35188.19113.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=12.09%
G=16.74%
B=71.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26361530.830.7600.4235.2870.9535.1
Hex1A2499534C028eb4723
Octal324423112311405035310743
Binary1101010010010011001101001110011000101000111010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,153); }

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

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

 a { background-color: rgb(26,36,153); }

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

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

 span { border-color: rgb(26,36,153); }

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