Html Css Color HEX #1844A1 Egyptian Blue

📋 copy color: '#1844A1'

red 24 ◦ green 68 ◦ blue 161

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

Shades of Egyptian Blue #1844A1

Tints of Egyptian Blue #1844A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 63.64%

R = 9.49%
G = 26.88%
B = 63.64%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1844A1 (or 0x1844A1) is known color: Egyptian Blue. HEX triplet: 18, 44 and A1. RGB value is (24,68,161). Sum of RGB (Red+Green+Blue) = 24+68+161=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 161 (63.28% from 255 or 63.64% from 253); Max value from RGB is 161 - color contains mainly: blue. Hex color #1844A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1844A1 is #E7BB5E. Grayscale: #414141. Windows color (decimal): -15186783 or 10568728. OLE color: 10568728.

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

Color convert

RGB 24 68 161 -
CMYK 0.85 0.58 0 0.37
HSL 220.73º 0.74% 0.36% -
HSV(B) 220.73º 0.85% 0.63% -
XYZ 8.88 6.9 34.58 -
YUV 65.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 24 68 161 0.85 0.58 0 0.37 220.73 0.74 0.36
Hex 18 44 A1 55 3A 0 25 DD 4A 24
Octal 30 104 241 125 72 0 45 335 112 44
Binary 11000 1000100 10100001 1010101 111010 0 100101 11011101 1001010 100100

Color Harmonies of #1844A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844A1

Black with #1844A1

Text Example


Text Example

White with #1844A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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