Html Css Color HEX #18239D Egyptian Blue

📋 copy color: '#18239D'

red 24 ◦ green 35 ◦ blue 157

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

Shades of Egyptian Blue #18239D

Tints of Egyptian Blue #18239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 11.11%
G = 16.2%
B = 72.69%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18239D (or 0x18239D) is known color: Egyptian Blue. HEX triplet: 18, 23 and 9D. RGB value is (24,35,157). Sum of RGB (Red+Green+Blue) = 24+35+157=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #18239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18239D is #E7DC62. Grayscale: #2D2D2D. Windows color (decimal): -15195235 or 10298136. OLE color: 10298136.

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

Color convert

RGB 24 35 157 -
CMYK 0.85 0.78 0 0.38
HSL 235.04º 0.73% 0.35% -
HSV(B) 235.04º 0.85% 0.62% -
XYZ 7.06 3.83 32.27 -
YUV 45.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 24 35 157 0.85 0.78 0 0.38 235.04 0.73 0.35
Hex 18 23 9D 55 4E 0 26 EB 49 23
Octal 30 43 235 125 116 0 46 353 111 43
Binary 11000 100011 10011101 1010101 1001110 0 100110 11101011 1001001 100011

Color Harmonies of #18239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18239D

Black with #18239D

Text Example


Text Example

White with #18239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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