Html Css Color HEX #1849AD Egyptian Blue

📋 copy color: '#1849AD'

red 24 ◦ green 73 ◦ blue 173

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

Shades of Egyptian Blue #1849AD

Tints of Egyptian Blue #1849AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 8.89%
G = 27.04%
B = 64.07%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1849AD (or 0x1849AD) is known color: Egyptian Blue. HEX triplet: 18, 49 and AD. RGB value is (24,73,173). Sum of RGB (Red+Green+Blue) = 24+73+173=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1849AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1849AD is #E7B652. Grayscale: #454545. Windows color (decimal): -15185491 or 11356440. OLE color: 11356440.

HSL color Cylindrical-coordinate representation of color #1849AD: hue angle of 220.27º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1849AD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 73 173 -
CMYK 0.86 0.58 0 0.32
HSL 220.27º 0.76% 0.39% -
HSV(B) 220.27º 0.86% 0.68% -
XYZ 10.3 7.98 40.53 -
YUV 69.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 24 73 173 0.86 0.58 0 0.32 220.27 0.76 0.39
Hex 18 49 AD 56 3A 0 20 DC 4C 27
Octal 30 111 255 126 72 0 40 334 114 47
Binary 11000 1001001 10101101 1010110 111010 0 100000 11011100 1001100 100111

Color Harmonies of #1849AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849AD

Black with #1849AD

Text Example


Text Example

White with #1849AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1849AD; }

 p { color: rgb(24,73,173); }

 H1.HeaderClassName
 {
   color: #1849AD;
 }
 .AnyTagClassName
 {
   color: #1849AD;
 }
</style>

background-color css

<style>
 a { background-color: #1849AD; }

 a { background-color: rgb(24,73,173); }

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

border-color css

<style>
 span { border-color: #1849AD; }

 span { border-color: rgb(24,73,173); }

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