#1D298D

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

Shades of Egyptian Blue #1D298D

Tints of Egyptian Blue #1D298D

Color information

#1D298D (or 0x1D298D) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 29 and 8D. RGB value is (29,41,141). Sum of RGB (Red+Green+Blue) = 29+41+141=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D298D is #E2D672. Grayscale: #303030. Windows color (decimal): -14866035 or 9251101. OLE color: 9251101.

HSL color Cylindrical-coordinate representation of color #1D298D: hue angle of 233.57º 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 #1D298D is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2941141-
CMYK0.790.7100.45
HSL233.57º65.88%33.33%-
HSV(B)233.57º79.43%55.29%-
XYZ6.113.7725.61-
YUV48.81180.02113.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=13.74%
G=19.43%
B=66.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29411410.790.7100.45233.5765.8833.33
Hex1D298D4F4702Dea4221
Octal355121511710705535210241
Binary1110110100110001101100111110001110101101111010101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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