Html Css Color HEX #1844AD Egyptian Blue

📋 copy color: '#1844AD'

red 24 ◦ green 68 ◦ blue 173

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

Shades of Egyptian Blue #1844AD

Tints of Egyptian Blue #1844AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 9.06%
G = 25.66%
B = 65.28%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1844AD (or 0x1844AD) is known color: Egyptian Blue. HEX triplet: 18, 44 and AD. RGB value is (24,68,173). Sum of RGB (Red+Green+Blue) = 24+68+173=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #1844AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1844AD is #E7BB52. Grayscale: #424242. Windows color (decimal): -15186771 or 11355160. OLE color: 11355160.

HSL color Cylindrical-coordinate representation of color #1844AD: hue angle of 222.28º 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 #1844AD is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 68 173 -
CMYK 0.86 0.61 0 0.32
HSL 222.28º 0.76% 0.39% -
HSV(B) 222.28º 0.86% 0.68% -
XYZ 9.99 7.35 40.43 -
YUV 66.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 24 68 173 0.86 0.61 0 0.32 222.28 0.76 0.39
Hex 18 44 AD 56 3D 0 20 DE 4C 27
Octal 30 104 255 126 75 0 40 336 114 47
Binary 11000 1000100 10101101 1010110 111101 0 100000 11011110 1001100 100111

Color Harmonies of #1844AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844AD

Black with #1844AD

Text Example


Text Example

White with #1844AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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