#1A349B

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

Shades of Egyptian Blue #1A349B

Tints of Egyptian Blue #1A349B

Color information

#1A349B (or 0x1A349B) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 34 and 9B. RGB value is (26,52,155). Sum of RGB (Red+Green+Blue) = 26+52+155=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A349B is #E5CB64. Grayscale: #373737. Windows color (decimal): -15059813 or 10171418. OLE color: 10171418.

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

Color convert

RGB2652155-
CMYK0.830.6600.39
HSL227.91º71.27%35.49%-
HSV(B)227.91º83.23%60.78%-
XYZ7.575.0431.58-
YUV55.97183.89106.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=11.16%
G=22.32%
B=66.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26521550.830.6600.39227.9171.2735.49
Hex1A349B5342027e44723
Octal326423312310204734410743
Binary1101011010010011011101001110000100100111111001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,155); }

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

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

 a { background-color: rgb(26,52,155); }

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

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

 span { border-color: rgb(26,52,155); }

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