#1D229F

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

Shades of Egyptian Blue #1D229F

Tints of Egyptian Blue #1D229F

Color information

#1D229F (or 0x1D229F) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 22 and 9F. RGB value is (29,34,159). Sum of RGB (Red+Green+Blue) = 29+34+159=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D229F is #E2DD60. Grayscale: #2E2E2E. Windows color (decimal): -14867809 or 10428957. OLE color: 10428957.

HSL color Cylindrical-coordinate representation of color #1D229F: hue angle of 237.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D229F is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2934159-
CMYK0.820.7900.38
HSL237.69º69.15%36.86%-
HSV(B)237.69º81.76%62.35%-
XYZ7.343.9133.17-
YUV46.76191.34115.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 159 (62.5% from 255) = 71.62%
R=13.06%
G=15.32%
B=71.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29341590.820.7900.38237.6969.1536.86
Hex1D229F524F026ee4525
Octal354223712211704635610545
Binary1110110001010011111101001010011110100110111011101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,159); }

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

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

 a { background-color: rgb(29,34,159); }

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

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

 span { border-color: rgb(29,34,159); }

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