Html Css Color HEX #184AA0 Egyptian Blue

📋 copy color: '#184AA0'

red 24 ◦ green 74 ◦ blue 160

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

Shades of Egyptian Blue #184AA0

Tints of Egyptian Blue #184AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.02%

R = 9.3%
G = 28.68%
B = 62.02%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#184AA0 (or 0x184AA0) is known color: Egyptian Blue. HEX triplet: 18, 4A and A0. RGB value is (24,74,160). Sum of RGB (Red+Green+Blue) = 24+74+160=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #184AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AA0 is #E7B55F. Grayscale: #444444. Windows color (decimal): -15185248 or 10504728. OLE color: 10504728.

HSL color Cylindrical-coordinate representation of color #184AA0: hue angle of 217.94º 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 #184AA0 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 74 160 -
CMYK 0.85 0.54 0 0.37
HSL 217.94º 0.74% 0.36% -
HSV(B) 217.94º 0.85% 0.63% -
XYZ 9.17 7.63 34.25 -
YUV 68.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 24 74 160 0.85 0.54 0 0.37 217.94 0.74 0.36
Hex 18 4A A0 55 36 0 25 DA 4A 24
Octal 30 112 240 125 66 0 45 332 112 44
Binary 11000 1001010 10100000 1010101 110110 0 100101 11011010 1001010 100100

Color Harmonies of #184AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184AA0

Black with #184AA0

Text Example


Text Example

White with #184AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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