#1D259A

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

Shades of Egyptian Blue #1D259A

Tints of Egyptian Blue #1D259A

Color information

#1D259A (or 0x1D259A) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 25 and 9A. RGB value is (29,37,154). Sum of RGB (Red+Green+Blue) = 29+37+154=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D259A is #E2DA65. Grayscale: #2F2F2F. Windows color (decimal): -14867046 or 10102045. OLE color: 10102045.

HSL color Cylindrical-coordinate representation of color #1D259A: hue angle of 236.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D259A is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2937154-
CMYK0.810.7600.40
HSL236.16º68.31%35.88%-
HSV(B)236.16º81.17%60.39%-
XYZ73.9230.96-
YUV47.95187.85114.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 154 (60.55% from 255) = 70%
R=13.18%
G=16.82%
B=70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29371540.810.7600.40236.1668.3135.88
Hex1D259A514C028ec4424
Octal354523212111405035410444
Binary1110110010110011010101000110011000101000111011001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,154); }

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

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

 a { background-color: rgb(29,37,154); }

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

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

 span { border-color: rgb(29,37,154); }

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