#1A3B9B

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

Shades of Egyptian Blue #1A3B9B

Tints of Egyptian Blue #1A3B9B

Color information

#1A3B9B (or 0x1A3B9B) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 3B and 9B. RGB value is (26,59,155). Sum of RGB (Red+Green+Blue) = 26+59+155=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A3B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3B9B is #E5C464. Grayscale: #3B3B3B. Windows color (decimal): -15058021 or 10173210. OLE color: 10173210.

HSL color Cylindrical-coordinate representation of color #1A3B9B: hue angle of 224.65º 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 #1A3B9B is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2659155-
CMYK0.830.6200.39
HSL224.65º71.27%35.49%-
HSV(B)224.65º83.23%60.78%-
XYZ7.915.7131.7-
YUV60.08181.57103.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=10.83%
G=24.58%
B=64.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26591550.830.6200.39224.6571.2735.49
Hex1A3B9B533E027e14723
Octal32732331237604734110743
Binary110101110111001101110100111111100100111111000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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