#1d35a1

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

Shades of Egyptian Blue #1D35A1

Tints of Egyptian Blue #1D35A1

Color information

#1D35A1 (or 0x1D35A1) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 35 and A1. RGB value is (29,53,161). Sum of RGB (Red+Green+Blue) = 29+53+161=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #1D35A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D35A1 is #E2CA5E. Grayscale: #393939. Windows color (decimal): -14862943 or 10564893. OLE color: 10564893.

HSL color Cylindrical-coordinate representation of color #1D35A1: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D35A1 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2953161-
CMYK0.820.6700.37
HSL229.09º69.47%37.25%-
HSV(B)229.09º81.99%63.14%-
XYZ8.215.3834.32-
YUV58.14186.05107.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 161 (63.28% from 255) = 66.26%
R=11.93%
G=21.81%
B=66.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal29531610.820.6700.37229.0969.4737.25
Hex1D35A15243025e54525
Octal356524112210304534510545
Binary1110111010110100001101001010000110100101111001011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d35a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,161); }

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

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

 a { background-color: rgb(29,53,161); }

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

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

 span { border-color: rgb(29,53,161); }

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