Html Css Color HEX #1840A4 Egyptian Blue

📋 copy color: '#1840A4'

red 24 ◦ green 64 ◦ blue 164

#1840A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1840A4

Tints of Egyptian Blue #1840A4

RGB

 RED value IS 24 (9.77% from 255) = 9.52%

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 164 (64.45% from 255) = 65.08%

R = 9.52%
G = 25.4%
B = 65.08%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1840A4 (or 0x1840A4) is known color: Egyptian Blue. HEX triplet: 18, 40 and A4. RGB value is (24,64,164). Sum of RGB (Red+Green+Blue) = 24+64+164=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #1840A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840A4 is #E7BF5B. Grayscale: #3E3E3E. Windows color (decimal): -15187804 or 10764312. OLE color: 10764312.

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

Color convert

RGB 24 64 164 -
CMYK 0.85 0.61 0 0.36
HSL 222.86º 0.74% 0.37% -
HSV(B) 222.86º 0.85% 0.64% -
XYZ 8.91 6.54 35.91 -
YUV 63.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 24 64 164 0.85 0.61 0 0.36 222.86 0.74 0.37
Hex 18 40 A4 55 3D 0 24 DF 4A 25
Octal 30 100 244 125 75 0 44 337 112 45
Binary 11000 1000000 10100100 1010101 111101 0 100100 11011111 1001010 100101

Color Harmonies of #1840A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840A4

Black with #1840A4

Text Example


Text Example

White with #1840A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1840A4; }

 p { color: rgb(24,64,164); }

 H1.HeaderClassName
 {
   color: #1840A4;
 }
 .AnyTagClassName
 {
   color: #1840A4;
 }
</style>

background-color css

<style>
 a { background-color: #1840A4; }

 a { background-color: rgb(24,64,164); }

 div.DivClassName
 {
   background-color: #1840A4;
 }
 .BgClassName
 {
   background-color: #1840A4;
 }
</style>

border-color css

<style>
 span { border-color: #1840A4; }

 span { border-color: rgb(24,64,164); }

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