#1D3995

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

Shades of Egyptian Blue #1D3995

Tints of Egyptian Blue #1D3995

Color information

#1D3995 (or 0x1D3995) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 39 and 95. RGB value is (29,57,149). Sum of RGB (Red+Green+Blue) = 29+57+149=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3995 is #E2C66A. Grayscale: #3A3A3A. Windows color (decimal): -14861931 or 9779485. OLE color: 9779485.

HSL color Cylindrical-coordinate representation of color #1D3995: hue angle of 226º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3995 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2957149-
CMYK0.810.6200.42
HSL226º67.42%34.9%-
HSV(B)226º80.54%58.43%-
XYZ7.395.3629.08-
YUV59.12178.72106.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=12.34%
G=24.26%
B=63.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29571490.810.6200.4222667.4234.9
Hex1D3995513E02Ae24323
Octal35712251217605234210343
Binary111011110011001010110100011111100101010111000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,149); }

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

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

 a { background-color: rgb(29,57,149); }

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

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

 span { border-color: rgb(29,57,149); }

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