#1836A5

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

Shades of Egyptian Blue #1836A5

Tints of Egyptian Blue #1836A5

Color information

#1836A5 (or 0x1836A5) is unknown color: approx Egyptian Blue. HEX triplet: 18, 36 and A5. RGB value is (24,54,165). Sum of RGB (Red+Green+Blue) = 24+54+165=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #1836A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1836A5 is #E7C95A. Grayscale: #393939. Windows color (decimal): -15190363 or 10827288. OLE color: 10827288.

HSL color Cylindrical-coordinate representation of color #1836A5: hue angle of 227.23º 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 #1836A5 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2454165-
CMYK0.850.6700.35
HSL227.23º74.6%37.06%-
HSV(B)227.23º85.45%64.71%-
XYZ8.495.5536.22-
YUV57.68188.56103.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 165 (64.84% from 255) = 67.90%
R=9.88%
G=22.22%
B=67.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24541650.850.6700.35227.2374.637.06
Hex1836A55543023e34b25
Octal306624512510304334311345
Binary1100011011010100101101010110000110100011111000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1836A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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