#1835A5

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

Shades of Egyptian Blue #1835A5

Tints of Egyptian Blue #1835A5

Color information

#1835A5 (or 0x1835A5) is unknown color: approx Egyptian Blue. HEX triplet: 18, 35 and A5. RGB value is (24,53,165). Sum of RGB (Red+Green+Blue) = 24+53+165=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 165 (64.84% from 255 or 68.18% from 242); Max value from RGB is 165 - color contains mainly: blue. Hex color #1835A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1835A5 is #E7CA5A. Grayscale: #383838. Windows color (decimal): -15190619 or 10827032. OLE color: 10827032.

HSL color Cylindrical-coordinate representation of color #1835A5: hue angle of 227.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1835A5 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2453165-
CMYK0.850.6800.35
HSL227.66º74.6%37.06%-
HSV(B)227.66º85.45%64.71%-
XYZ8.445.4636.21-
YUV57.1188.89104.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 165 (64.84% from 255) = 68.18%
R=9.92%
G=21.90%
B=68.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24531650.850.6800.35227.6674.637.06
Hex1835A55544023e44b25
Octal306524512510404334411345
Binary1100011010110100101101010110001000100011111001001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1835A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1835A5; }

 p { color: rgb(24,53,165); }

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

<style>
 a { background-color: #1835A5; }

 a { background-color: rgb(24,53,165); }

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

<style>
 span { border-color: #1835A5; }

 span { border-color: rgb(24,53,165); }

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