#1A2D9C

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

Shades of Egyptian Blue #1A2D9C

Tints of Egyptian Blue #1A2D9C

Color information

#1A2D9C (or 0x1A2D9C) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 2D and 9C. RGB value is (26,45,156). Sum of RGB (Red+Green+Blue) = 26+45+156=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A2D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2D9C is #E5D263. Grayscale: #333333. Windows color (decimal): -15061604 or 10235162. OLE color: 10235162.

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

Color convert

RGB2645156-
CMYK0.830.7100.39
HSL231.23º71.43%35.69%-
HSV(B)231.23º83.33%61.18%-
XYZ7.374.531.93-
YUV51.97186.71109.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=11.45%
G=19.82%
B=68.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26451560.830.7100.39231.2371.4335.69
Hex1A2D9C5347027e74724
Octal325523412310704734710744
Binary1101010110110011100101001110001110100111111001111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,45,156); }

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

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

 a { background-color: rgb(26,45,156); }

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

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

 span { border-color: rgb(26,45,156); }

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