#1D3F92

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

Shades of Egyptian Blue #1D3F92

Tints of Egyptian Blue #1D3F92

Color information

#1D3F92 (or 0x1D3F92) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 3F and 92. RGB value is (29,63,146). Sum of RGB (Red+Green+Blue) = 29+63+146=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3F92 is #E2C06D. Grayscale: #3D3D3D. Windows color (decimal): -14860398 or 9584413. OLE color: 9584413.

HSL color Cylindrical-coordinate representation of color #1D3F92: hue angle of 222.56º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D3F92 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2963146-
CMYK0.800.5700.43
HSL222.56º66.86%34.31%-
HSV(B)222.56º80.14%57.25%-
XYZ7.475.8927.94-
YUV62.3175.24104.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.18%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=12.18%
G=26.47%
B=61.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29631460.800.5700.43222.5666.8634.31
Hex1D3F92503902Bdf4322
Octal35772221207105333710342
Binary111011111111001001010100001110010101011110111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,146); }

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

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

 a { background-color: rgb(29,63,146); }

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

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

 span { border-color: rgb(29,63,146); }

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