#1D3FA9

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

Shades of Egyptian Blue #1D3FA9

Tints of Egyptian Blue #1D3FA9

Color information

#1D3FA9 (or 0x1D3FA9) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 3F and A9. RGB value is (29,63,169). Sum of RGB (Red+Green+Blue) = 29+63+169=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #1D3FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3FA9 is #E2C056. Grayscale: #404040. Windows color (decimal): -14860375 or 11091741. OLE color: 11091741.

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

Color convert

RGB2963169-
CMYK0.830.6300.34
HSL225.43º70.71%38.82%-
HSV(B)225.43º82.84%66.27%-
XYZ9.456.6838.33-
YUV64.92186.74102.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 169 (66.41% from 255) = 64.75%
R=11.11%
G=24.14%
B=64.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal29631690.830.6300.34225.4370.7138.82
Hex1D3FA9533F022e14727
Octal35772511237704234110747
Binary111011111111010100110100111111110100010111000011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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