Html Css Color HEX #18328A Egyptian Blue

📋 copy color: '#18328A'

red 24 ◦ green 50 ◦ blue 138

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

Shades of Egyptian Blue #18328A

Tints of Egyptian Blue #18328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.09%

R = 11.32%
G = 23.58%
B = 65.09%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18328A (or 0x18328A) is known color: Egyptian Blue. HEX triplet: 18, 32 and 8A. RGB value is (24,50,138). Sum of RGB (Red+Green+Blue) = 24+50+138=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #18328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18328A is #E7CD75. Grayscale: #333333. Windows color (decimal): -15191414 or 9056792. OLE color: 9056792.

HSL color Cylindrical-coordinate representation of color #18328A: hue angle of 226.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18328A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 50 138 -
CMYK 0.83 0.64 0 0.46
HSL 226.32º 0.7% 0.32% -
HSV(B) 226.32º 0.83% 0.54% -
XYZ 6.1 4.31 24.55 -
YUV 52.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 24 50 138 0.83 0.64 0 0.46 226.32 0.7 0.32
Hex 18 32 8A 53 40 0 2E E2 46 20
Octal 30 62 212 123 100 0 56 342 106 40
Binary 11000 110010 10001010 1010011 1000000 0 101110 11100010 1000110 100000

Color Harmonies of #18328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18328A

Black with #18328A

Text Example


Text Example

White with #18328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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