Html Css Color HEX #1840A6 Egyptian Blue

📋 copy color: '#1840A6'

red 24 ◦ green 64 ◦ blue 166

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

Shades of Egyptian Blue #1840A6

Tints of Egyptian Blue #1840A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 65.35%

R = 9.45%
G = 25.2%
B = 65.35%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1840A6 (or 0x1840A6) is known color: Egyptian Blue. HEX triplet: 18, 40 and A6. RGB value is (24,64,166). Sum of RGB (Red+Green+Blue) = 24+64+166=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 166 (65.23% from 255 or 65.35% from 254); Max value from RGB is 166 - color contains mainly: blue. Hex color #1840A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840A6 is #E7BF59. Grayscale: #3F3F3F. Windows color (decimal): -15187802 or 10895384. OLE color: 10895384.

HSL color Cylindrical-coordinate representation of color #1840A6: hue angle of 223.1º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1840A6 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 64 166 -
CMYK 0.86 0.61 0 0.35
HSL 223.1º 0.75% 0.37% -
HSV(B) 223.1º 0.86% 0.65% -
XYZ 9.09 6.61 36.87 -
YUV 63.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 24 64 166 0.86 0.61 0 0.35 223.1 0.75 0.37
Hex 18 40 A6 56 3D 0 23 DF 4B 25
Octal 30 100 246 126 75 0 43 337 113 45
Binary 11000 1000000 10100110 1010110 111101 0 100011 11011111 1001011 100101

Color Harmonies of #1840A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840A6

Black with #1840A6

Text Example


Text Example

White with #1840A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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