Html Css Color HEX #18389D Egyptian Blue

📋 copy color: '#18389D'

red 24 ◦ green 56 ◦ blue 157

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

Shades of Egyptian Blue #18389D

Tints of Egyptian Blue #18389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 10.13%
G = 23.63%
B = 66.24%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18389D (or 0x18389D) is known color: Egyptian Blue. HEX triplet: 18, 38 and 9D. RGB value is (24,56,157). Sum of RGB (Red+Green+Blue) = 24+56+157=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #18389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18389D is #E7C762. Grayscale: #393939. Windows color (decimal): -15189859 or 10303512. OLE color: 10303512.

HSL color Cylindrical-coordinate representation of color #18389D: hue angle of 225.56º 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 #18389D is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 56 157 -
CMYK 0.85 0.64 0 0.38
HSL 225.56º 0.73% 0.35% -
HSV(B) 225.56º 0.85% 0.62% -
XYZ 7.88 5.46 32.54 -
YUV 57.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 24 56 157 0.85 0.64 0 0.38 225.56 0.73 0.35
Hex 18 38 9D 55 40 0 26 E2 49 23
Octal 30 70 235 125 100 0 46 342 111 43
Binary 11000 111000 10011101 1010101 1000000 0 100110 11100010 1001001 100011

Color Harmonies of #18389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18389D

Black with #18389D

Text Example


Text Example

White with #18389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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