#1A3A9D

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

Shades of Egyptian Blue #1A3A9D

Tints of Egyptian Blue #1A3A9D

Color information

#1A3A9D (or 0x1A3A9D) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 3A and 9D. RGB value is (26,58,157). Sum of RGB (Red+Green+Blue) = 26+58+157=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A3A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3A9D is #E5C562. Grayscale: #3B3B3B. Windows color (decimal): -15058275 or 10304026. OLE color: 10304026.

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

Color convert

RGB2658157-
CMYK0.830.6300.38
HSL225.34º71.58%35.88%-
HSV(B)225.34º83.44%61.57%-
XYZ8.025.6832.57-
YUV59.72182.9103.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=10.79%
G=24.07%
B=65.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26581570.830.6300.38225.3471.5835.88
Hex1A3A9D533F026e14824
Octal32722351237704634111044
Binary110101110101001110110100111111110100110111000011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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