#1A2495

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

Shades of Egyptian Blue #1A2495

Tints of Egyptian Blue #1A2495

Color information

#1A2495 (or 0x1A2495) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 24 and 95. RGB value is (26,36,149). Sum of RGB (Red+Green+Blue) = 26+36+149=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2495 is #E5DB6A. Grayscale: #2D2D2D. Windows color (decimal): -15063915 or 9774106. OLE color: 9774106.

HSL color Cylindrical-coordinate representation of color #1A2495: hue angle of 235.12º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A2495 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2636149-
CMYK0.830.7600.42
HSL235.12º70.29%34.31%-
HSV(B)235.12º82.55%58.43%-
XYZ6.483.6528.8-
YUV45.89186.19113.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=12.32%
G=17.06%
B=70.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26361490.830.7600.42235.1270.2934.31
Hex1A2495534C02Aeb4622
Octal324422512311405235310642
Binary1101010010010010101101001110011000101010111010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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