#1843a5

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

Shades of Egyptian Blue #1843A5

Tints of Egyptian Blue #1843A5

Color information

#1843A5 (or 0x1843A5) is unknown color: approx Egyptian Blue. HEX triplet: 18, 43 and A5. RGB value is (24,67,165). Sum of RGB (Red+Green+Blue) = 24+67+165=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #1843A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1843A5 is #E7BC5A. Grayscale: #404040. Windows color (decimal): -15187035 or 10830616. OLE color: 10830616.

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

Color convert

RGB2467165-
CMYK0.850.5900.35
HSL221.7º74.6%37.06%-
HSV(B)221.7º85.45%64.71%-
XYZ9.186.9336.45-
YUV65.32184.2598.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 165 (64.84% from 255) = 64.45%
R=9.38%
G=26.17%
B=64.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24671650.850.5900.35221.774.637.06
Hex1843A5553B023de4b25
Octal301032451257304333611345
Binary1100010000111010010110101011110110100011110111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1843a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1843a5; }

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

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

<style>
 a { background-color: #1843a5; }

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

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

<style>
 span { border-color: #1843a5; }

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

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