Html Css Color HEX #18239B Egyptian Blue

📋 copy color: '#18239B'

red 24 ◦ green 35 ◦ blue 155

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

Shades of Egyptian Blue #18239B

Tints of Egyptian Blue #18239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 11.21%
G = 16.36%
B = 72.43%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18239B (or 0x18239B) is known color: Egyptian Blue. HEX triplet: 18, 23 and 9B. RGB value is (24,35,155). Sum of RGB (Red+Green+Blue) = 24+35+155=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #18239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18239B is #E7DC64. Grayscale: #2C2C2C. Windows color (decimal): -15195237 or 10167064. OLE color: 10167064.

HSL color Cylindrical-coordinate representation of color #18239B: hue angle of 234.96º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18239B is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 35 155 -
CMYK 0.85 0.77 0 0.39
HSL 234.96º 0.73% 0.35% -
HSV(B) 234.96º 0.85% 0.61% -
XYZ 6.89 3.76 31.37 -
YUV 45.39 189.86 112.74 -
System Red Green Blue C M Y K H S L
Decimal 24 35 155 0.85 0.77 0 0.39 234.96 0.73 0.35
Hex 18 23 9B 55 4D 0 27 EB 49 23
Octal 30 43 233 125 115 0 47 353 111 43
Binary 11000 100011 10011011 1010101 1001101 0 100111 11101011 1001001 100011

Color Harmonies of #18239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18239B

Black with #18239B

Text Example


Text Example

White with #18239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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