#1D34AB

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

Shades of Egyptian Blue #1D34AB

Tints of Egyptian Blue #1D34AB

Color information

#1D34AB (or 0x1D34AB) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 34 and AB. RGB value is (29,52,171). Sum of RGB (Red+Green+Blue) = 29+52+171=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D34AB is #E2CB54. Grayscale: #3A3A3A. Windows color (decimal): -14863189 or 11219997. OLE color: 11219997.

HSL color Cylindrical-coordinate representation of color #1D34AB: hue angle of 230.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D34AB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2952171-
CMYK0.830.7000.33
HSL230.28º71%39.22%-
HSV(B)230.28º83.04%67.06%-
XYZ9.095.6639.14-
YUV58.69191.38106.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=11.51%
G=20.63%
B=67.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29521710.830.7000.33230.287139.22
Hex1D34AB5346021e64727
Octal356425312310604134610747
Binary1110111010010101011101001110001100100001111001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,171); }

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

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

 a { background-color: rgb(29,52,171); }

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

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

 span { border-color: rgb(29,52,171); }

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