Html Css Color HEX #184AA5 Egyptian Blue

📋 copy color: '#184AA5'

red 24 ◦ green 74 ◦ blue 165

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

Shades of Egyptian Blue #184AA5

Tints of Egyptian Blue #184AA5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 165 (64.84% from 255) = 62.74%

R = 9.13%
G = 28.14%
B = 62.74%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#184AA5 (or 0x184AA5) is known color: Egyptian Blue. HEX triplet: 18, 4A and A5. RGB value is (24,74,165). Sum of RGB (Red+Green+Blue) = 24+74+165=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #184AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AA5 is #E7B55A. Grayscale: #454545. Windows color (decimal): -15185243 or 10832408. OLE color: 10832408.

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

Color convert

RGB 24 74 165 -
CMYK 0.85 0.55 0 0.35
HSL 218.72º 0.75% 0.37% -
HSV(B) 218.72º 0.85% 0.65% -
XYZ 9.62 7.81 36.6 -
YUV 69.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 24 74 165 0.85 0.55 0 0.35 218.72 0.75 0.37
Hex 18 4A A5 55 37 0 23 DB 4B 25
Octal 30 112 245 125 67 0 43 333 113 45
Binary 11000 1001010 10100101 1010101 110111 0 100011 11011011 1001011 100101

Color Harmonies of #184AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184AA5

Black with #184AA5

Text Example


Text Example

White with #184AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184AA5; }

 p { color: rgb(24,74,165); }

 H1.HeaderClassName
 {
   color: #184AA5;
 }
 .AnyTagClassName
 {
   color: #184AA5;
 }
</style>

background-color css

<style>
 a { background-color: #184AA5; }

 a { background-color: rgb(24,74,165); }

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

border-color css

<style>
 span { border-color: #184AA5; }

 span { border-color: rgb(24,74,165); }

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