#1848A2

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

Shades of Egyptian Blue #1848A2

Tints of Egyptian Blue #1848A2

Color information

#1848A2 (or 0x1848A2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 48 and A2. RGB value is (24,72,162). Sum of RGB (Red+Green+Blue) = 24+72+162=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #1848A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1848A2 is #E7B75D. Grayscale: #434343. Windows color (decimal): -15185758 or 10635288. OLE color: 10635288.

HSL color Cylindrical-coordinate representation of color #1848A2: hue angle of 219.13º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1848A2 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2472162-
CMYK0.850.5600.36
HSL219.13º74.19%36.47%-
HSV(B)219.13º85.19%63.53%-
XYZ9.227.4435.13-
YUV67.91181.196.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 162 (63.67% from 255) = 62.79%
R=9.30%
G=27.91%
B=62.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24721620.850.5600.36219.1374.1936.47
Hex1848A25538024db4a24
Octal301102421257004433311244
Binary1100010010001010001010101011110000100100110110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1848A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1848A2; }

 p { color: rgb(24,72,162); }

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

<style>
 a { background-color: #1848A2; }

 a { background-color: rgb(24,72,162); }

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

<style>
 span { border-color: #1848A2; }

 span { border-color: rgb(24,72,162); }

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