Html Css Color HEX #1840AC Egyptian Blue

📋 copy color: '#1840AC'

red 24 ◦ green 64 ◦ blue 172

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

Shades of Egyptian Blue #1840AC

Tints of Egyptian Blue #1840AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.15%

R = 9.23%
G = 24.62%
B = 66.15%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1840AC (or 0x1840AC) is known color: Egyptian Blue. HEX triplet: 18, 40 and AC. RGB value is (24,64,172). Sum of RGB (Red+Green+Blue) = 24+64+172=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1840AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840AC is #E7BF53. Grayscale: #3F3F3F. Windows color (decimal): -15187796 or 11288600. OLE color: 11288600.

HSL color Cylindrical-coordinate representation of color #1840AC: hue angle of 223.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1840AC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 64 172 -
CMYK 0.86 0.63 0 0.33
HSL 223.78º 0.76% 0.38% -
HSV(B) 223.78º 0.86% 0.67% -
XYZ 9.66 6.84 39.84 -
YUV 64.35 188.75 99.22 -
System Red Green Blue C M Y K H S L
Decimal 24 64 172 0.86 0.63 0 0.33 223.78 0.76 0.38
Hex 18 40 AC 56 3F 0 21 E0 4C 26
Octal 30 100 254 126 77 0 41 340 114 46
Binary 11000 1000000 10101100 1010110 111111 0 100001 11100000 1001100 100110

Color Harmonies of #1840AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840AC

Black with #1840AC

Text Example


Text Example

White with #1840AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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