Html Css Color HEX #18329D Egyptian Blue

📋 copy color: '#18329D'

red 24 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #18329D

Tints of Egyptian Blue #18329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 10.39%
G = 21.65%
B = 67.97%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18329D (or 0x18329D) is known color: Egyptian Blue. HEX triplet: 18, 32 and 9D. RGB value is (24,50,157). Sum of RGB (Red+Green+Blue) = 24+50+157=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #18329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18329D is #E7CD62. Grayscale: #353535. Windows color (decimal): -15191395 or 10301976. OLE color: 10301976.

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

Color convert

RGB 24 50 157 -
CMYK 0.85 0.68 0 0.38
HSL 228.27º 0.73% 0.35% -
HSV(B) 228.27º 0.85% 0.62% -
XYZ 7.6 4.91 32.45 -
YUV 54.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 24 50 157 0.85 0.68 0 0.38 228.27 0.73 0.35
Hex 18 32 9D 55 44 0 26 E4 49 23
Octal 30 62 235 125 104 0 46 344 111 43
Binary 11000 110010 10011101 1010101 1000100 0 100110 11100100 1001001 100011

Color Harmonies of #18329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18329D

Black with #18329D

Text Example


Text Example

White with #18329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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