#1D269A

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

Shades of Egyptian Blue #1D269A

Tints of Egyptian Blue #1D269A

Color information

#1D269A (or 0x1D269A) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 26 and 9A. RGB value is (29,38,154). Sum of RGB (Red+Green+Blue) = 29+38+154=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D269A is #E2D965. Grayscale: #303030. Windows color (decimal): -14866790 or 10102301. OLE color: 10102301.

HSL color Cylindrical-coordinate representation of color #1D269A: hue angle of 235.68º 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 #1D269A is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2938154-
CMYK0.810.7500.40
HSL235.68º68.31%35.88%-
HSV(B)235.68º81.17%60.39%-
XYZ7.033.9830.97-
YUV48.53187.52114.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 154 (60.55% from 255) = 69.68%
R=13.12%
G=17.19%
B=69.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29381540.810.7500.40235.6868.3135.88
Hex1D269A514B028ec4424
Octal354623212111305035410444
Binary1110110011010011010101000110010110101000111011001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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