Html Css Color HEX #18489D Egyptian Blue

📋 copy color: '#18489D'

red 24 ◦ green 72 ◦ blue 157

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

Shades of Egyptian Blue #18489D

Tints of Egyptian Blue #18489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 157 (61.72% from 255) = 62.06%

R = 9.49%
G = 28.46%
B = 62.06%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18489D (or 0x18489D) is known color: Egyptian Blue. HEX triplet: 18, 48 and 9D. RGB value is (24,72,157). Sum of RGB (Red+Green+Blue) = 24+72+157=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #18489D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18489D is #E7B762. Grayscale: #424242. Windows color (decimal): -15185763 or 10307608. OLE color: 10307608.

HSL color Cylindrical-coordinate representation of color #18489D: hue angle of 218.35º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18489D is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 72 157 -
CMYK 0.85 0.54 0 0.38
HSL 218.35º 0.73% 0.35% -
HSV(B) 218.35º 0.85% 0.62% -
XYZ 8.78 7.26 32.84 -
YUV 67.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 24 72 157 0.85 0.54 0 0.38 218.35 0.73 0.35
Hex 18 48 9D 55 36 0 26 DA 49 23
Octal 30 110 235 125 66 0 46 332 111 43
Binary 11000 1001000 10011101 1010101 110110 0 100110 11011010 1001001 100011

Color Harmonies of #18489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18489D

Black with #18489D

Text Example


Text Example

White with #18489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18489D; }

 p { color: rgb(24,72,157); }

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

background-color css

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

 a { background-color: rgb(24,72,157); }

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

border-color css

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

 span { border-color: rgb(24,72,157); }

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