#1D2A9F

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

Shades of Egyptian Blue #1D2A9F

Tints of Egyptian Blue #1D2A9F

Color information

#1D2A9F (or 0x1D2A9F) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 2A and 9F. RGB value is (29,42,159). Sum of RGB (Red+Green+Blue) = 29+42+159=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D2A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2A9F is #E2D560. Grayscale: #323232. Windows color (decimal): -14865761 or 10431005. OLE color: 10431005.

HSL color Cylindrical-coordinate representation of color #1D2A9F: hue angle of 234º 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 #1D2A9F is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2942159-
CMYK0.820.7400.38
HSL234º69.15%36.86%-
HSV(B)234º81.76%62.35%-
XYZ7.594.4233.25-
YUV51.45188.69111.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.61%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 159 (62.5% from 255) = 69.13%
R=12.61%
G=18.26%
B=69.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29421590.820.7400.3823469.1536.86
Hex1D2A9F524A026ea4525
Octal355223712211204635210545
Binary1110110101010011111101001010010100100110111010101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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