#1D23A7

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

Shades of Egyptian Blue #1D23A7

Tints of Egyptian Blue #1D23A7

Color information

#1D23A7 (or 0x1D23A7) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 23 and A7. RGB value is (29,35,167). Sum of RGB (Red+Green+Blue) = 29+35+167=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 167 (65.62% from 255 or 72.29% from 231); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D23A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D23A7 is #E2DC58. Grayscale: #2F2F2F. Windows color (decimal): -14867545 or 10953501. OLE color: 10953501.

HSL color Cylindrical-coordinate representation of color #1D23A7: hue angle of 237.39º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D23A7 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2935167-
CMYK0.830.7900.35
HSL237.39º70.41%38.43%-
HSV(B)237.39º82.63%65.49%-
XYZ8.084.2536.95-
YUV48.25195.01114.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 167 (65.62% from 255) = 72.29%
R=12.55%
G=15.15%
B=72.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29351670.830.7900.35237.3970.4138.43
Hex1D23A7534F023ed4626
Octal354324712311704335510646
Binary1110110001110100111101001110011110100011111011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D23A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,35,167); }

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

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

 a { background-color: rgb(29,35,167); }

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

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

 span { border-color: rgb(29,35,167); }

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