#1D288D

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

Shades of Egyptian Blue #1D288D

Tints of Egyptian Blue #1D288D

Color information

#1D288D (or 0x1D288D) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 28 and 8D. RGB value is (29,40,141). Sum of RGB (Red+Green+Blue) = 29+40+141=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D288D is #E2D772. Grayscale: #2F2F2F. Windows color (decimal): -14866291 or 9250845. OLE color: 9250845.

HSL color Cylindrical-coordinate representation of color #1D288D: hue angle of 234.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D288D is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2940141-
CMYK0.790.7200.45
HSL234.11º65.88%33.33%-
HSV(B)234.11º79.43%55.29%-
XYZ6.073.725.59-
YUV48.22180.36114.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=13.81%
G=19.05%
B=67.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29401410.790.7200.45234.1165.8833.33
Hex1D288D4F4802Dea4221
Octal355021511711005535210241
Binary1110110100010001101100111110010000101101111010101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,141); }

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

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

 a { background-color: rgb(29,40,141); }

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

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

 span { border-color: rgb(29,40,141); }

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