#1D2D96

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

Shades of Egyptian Blue #1D2D96

Tints of Egyptian Blue #1D2D96

Color information

#1D2D96 (or 0x1D2D96) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 2D and 96. RGB value is (29,45,150). Sum of RGB (Red+Green+Blue) = 29+45+150=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D2D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2D96 is #E2D269. Grayscale: #333333. Windows color (decimal): -14865002 or 9841949. OLE color: 9841949.

HSL color Cylindrical-coordinate representation of color #1D2D96: hue angle of 232.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2D96 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2945150-
CMYK0.810.7000.41
HSL232.07º67.6%35.1%-
HSV(B)232.07º80.67%58.82%-
XYZ6.954.3429.33-
YUV52.19183.2111.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=12.95%
G=20.09%
B=66.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29451500.810.7000.41232.0767.635.1
Hex1D2D965146029e84423
Octal355522612110605135010443
Binary1110110110110010110101000110001100101001111010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,45,150); }

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

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

 a { background-color: rgb(29,45,150); }

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

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

 span { border-color: rgb(29,45,150); }

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