#1A3AAC

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

Shades of Egyptian Blue #1A3AAC

Tints of Egyptian Blue #1A3AAC

Color information

#1A3AAC (or 0x1A3AAC) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 3A and AC. RGB value is (26,58,172). Sum of RGB (Red+Green+Blue) = 26+58+172=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3AAC is #E5C553. Grayscale: #3C3C3C. Windows color (decimal): -15058260 or 11287066. OLE color: 11287066.

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

Color convert

RGB2658172-
CMYK0.850.6600.33
HSL226.85º73.74%38.82%-
HSV(B)226.85º84.88%67.45%-
XYZ9.396.2239.74-
YUV61.43190.4102.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 172 (67.58% from 255) = 67.19%
R=10.16%
G=22.66%
B=67.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26581720.850.6600.33226.8573.7438.82
Hex1A3AAC5542021e34a27
Octal327225412510204134311247
Binary1101011101010101100101010110000100100001111000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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