#1A3AAD

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

Shades of Egyptian Blue #1A3AAD

Tints of Egyptian Blue #1A3AAD

Color information

#1A3AAD (or 0x1A3AAD) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 3A and AD. RGB value is (26,58,173). Sum of RGB (Red+Green+Blue) = 26+58+173=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A3AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3AAD is #E5C552. Grayscale: #3D3D3D. Windows color (decimal): -15058259 or 11352602. OLE color: 11352602.

HSL color Cylindrical-coordinate representation of color #1A3AAD: hue angle of 226.94º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3AAD is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2658173-
CMYK0.850.6600.32
HSL226.94º73.87%39.02%-
HSV(B)226.94º84.97%67.84%-
XYZ9.486.2640.24-
YUV61.54190.9102.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 173 (67.97% from 255) = 67.32%
R=10.12%
G=22.57%
B=67.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26581730.850.6600.32226.9473.8739.02
Hex1A3AAD5542020e34a27
Octal327225512510204034311247
Binary1101011101010101101101010110000100100000111000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,58,173); }

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

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

 a { background-color: rgb(26,58,173); }

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

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

 span { border-color: rgb(26,58,173); }

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