Html Css Color HEX #18329E Egyptian Blue

📋 copy color: '#18329E'

red 24 ◦ green 50 ◦ blue 158

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

Shades of Egyptian Blue #18329E

Tints of Egyptian Blue #18329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 10.34%
G = 21.55%
B = 68.1%

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

#18329E (or 0x18329E) is known color: Egyptian Blue. HEX triplet: 18, 32 and 9E. RGB value is (24,50,158). Sum of RGB (Red+Green+Blue) = 24+50+158=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #18329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18329E is #E7CD61. Grayscale: #363636. Windows color (decimal): -15191394 or 10367512. OLE color: 10367512.

HSL color Cylindrical-coordinate representation of color #18329E: hue angle of 228.36º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18329E is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 50 158 -
CMYK 0.85 0.68 0 0.38
HSL 228.36º 0.74% 0.36% -
HSV(B) 228.36º 0.85% 0.62% -
XYZ 7.69 4.94 32.9 -
YUV 54.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 24 50 158 0.85 0.68 0 0.38 228.36 0.74 0.36
Hex 18 32 9E 55 44 0 26 E4 4A 24
Octal 30 62 236 125 104 0 46 344 112 44
Binary 11000 110010 10011110 1010101 1000100 0 100110 11100100 1001010 100100

Color Harmonies of #18329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18329E

Black with #18329E

Text Example


Text Example

White with #18329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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