#1A449F

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

Shades of Egyptian Blue #1A449F

Tints of Egyptian Blue #1A449F

Color information

#1A449F (or 0x1A449F) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 44 and 9F. RGB value is (26,68,159). Sum of RGB (Red+Green+Blue) = 26+68+159=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A449F is #E5BB60. Grayscale: #414141. Windows color (decimal): -15055713 or 10437658. OLE color: 10437658.

HSL color Cylindrical-coordinate representation of color #1A449F: hue angle of 221.05º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A449F is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2668159-
CMYK0.840.5700.38
HSL221.05º71.89%36.27%-
HSV(B)221.05º83.65%62.35%-
XYZ8.756.8633.66-
YUV65.82180.5999.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=10.28%
G=26.88%
B=62.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26681590.840.5700.38221.0571.8936.27
Hex1A449F5439026dd4824
Octal321042371247104633511044
Binary1101010001001001111110101001110010100110110111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,159); }

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

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

 a { background-color: rgb(26,68,159); }

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

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

 span { border-color: rgb(26,68,159); }

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