Html Css Color HEX #184099 Egyptian Blue

📋 copy color: '#184099'

red 24 ◦ green 64 ◦ blue 153

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

Shades of Egyptian Blue #184099

Tints of Egyptian Blue #184099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 9.96%
G = 26.56%
B = 63.49%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#184099 (or 0x184099) is known color: Egyptian Blue. HEX triplet: 18, 40 and 99. RGB value is (24,64,153). Sum of RGB (Red+Green+Blue) = 24+64+153=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #184099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184099 is #E7BF66. Grayscale: #3D3D3D. Windows color (decimal): -15187815 or 10043416. OLE color: 10043416.

HSL color Cylindrical-coordinate representation of color #184099: hue angle of 221.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184099 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 64 153 -
CMYK 0.84 0.58 0 0.4
HSL 221.4º 0.73% 0.35% -
HSV(B) 221.4º 0.84% 0.6% -
XYZ 7.96 6.16 30.91 -
YUV 62.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 24 64 153 0.84 0.58 0 0.4 221.4 0.73 0.35
Hex 18 40 99 54 3A 0 28 DD 49 23
Octal 30 100 231 124 72 0 50 335 111 43
Binary 11000 1000000 10011001 1010100 111010 0 101000 11011101 1001001 100011

Color Harmonies of #184099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184099

Black with #184099

Text Example


Text Example

White with #184099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184099; }

 p { color: rgb(24,64,153); }

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

background-color css

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

 a { background-color: rgb(24,64,153); }

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

border-color css

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

 span { border-color: rgb(24,64,153); }

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