Html Css Color HEX #18408F Egyptian Blue

📋 copy color: '#18408F'

red 24 ◦ green 64 ◦ blue 143

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

Shades of Egyptian Blue #18408F

Tints of Egyptian Blue #18408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 10.39%
G = 27.71%
B = 61.9%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18408F (or 0x18408F) is known color: Egyptian Blue. HEX triplet: 18, 40 and 8F. RGB value is (24,64,143). Sum of RGB (Red+Green+Blue) = 24+64+143=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #18408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18408F is #E7BF70. Grayscale: #3C3C3C. Windows color (decimal): -15187825 or 9388056. OLE color: 9388056.

HSL color Cylindrical-coordinate representation of color #18408F: hue angle of 219.83º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18408F is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 64 143 -
CMYK 0.83 0.55 0 0.44
HSL 219.83º 0.71% 0.33% -
HSV(B) 219.83º 0.83% 0.56% -
XYZ 7.17 5.84 26.74 -
YUV 61.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 24 64 143 0.83 0.55 0 0.44 219.83 0.71 0.33
Hex 18 40 8F 53 37 0 2C DC 47 21
Octal 30 100 217 123 67 0 54 334 107 41
Binary 11000 1000000 10001111 1010011 110111 0 101100 11011100 1000111 100001

Color Harmonies of #18408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18408F

Black with #18408F

Text Example


Text Example

White with #18408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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