Html Css Color HEX #18328E Egyptian Blue

📋 copy color: '#18328E'

red 24 ◦ green 50 ◦ blue 142

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

Shades of Egyptian Blue #18328E

Tints of Egyptian Blue #18328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.74%

R = 11.11%
G = 23.15%
B = 65.74%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18328E (or 0x18328E) is known color: Egyptian Blue. HEX triplet: 18, 32 and 8E. RGB value is (24,50,142). Sum of RGB (Red+Green+Blue) = 24+50+142=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #18328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18328E is #E7CD71. Grayscale: #343434. Windows color (decimal): -15191410 or 9318936. OLE color: 9318936.

HSL color Cylindrical-coordinate representation of color #18328E: hue angle of 226.78º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18328E is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 50 142 -
CMYK 0.83 0.65 0 0.44
HSL 226.78º 0.71% 0.33% -
HSV(B) 226.78º 0.83% 0.56% -
XYZ 6.4 4.43 26.11 -
YUV 52.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 24 50 142 0.83 0.65 0 0.44 226.78 0.71 0.33
Hex 18 32 8E 53 41 0 2C E3 47 21
Octal 30 62 216 123 101 0 54 343 107 41
Binary 11000 110010 10001110 1010011 1000001 0 101100 11100011 1000111 100001

Color Harmonies of #18328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18328E

Black with #18328E

Text Example


Text Example

White with #18328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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