Html Css Color HEX #18318A Egyptian Blue

📋 copy color: '#18318A'

red 24 ◦ green 49 ◦ blue 138

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

Shades of Egyptian Blue #18318A

Tints of Egyptian Blue #18318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 11.37%
G = 23.22%
B = 65.4%

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

#18318A (or 0x18318A) is known color: Egyptian Blue. HEX triplet: 18, 31 and 8A. RGB value is (24,49,138). Sum of RGB (Red+Green+Blue) = 24+49+138=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #18318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18318A is #E7CE75. Grayscale: #333333. Windows color (decimal): -15191670 or 9056536. OLE color: 9056536.

HSL color Cylindrical-coordinate representation of color #18318A: hue angle of 226.84º 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 #18318A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 49 138 -
CMYK 0.83 0.64 0 0.46
HSL 226.84º 0.7% 0.32% -
HSV(B) 226.84º 0.83% 0.54% -
XYZ 6.06 4.23 24.54 -
YUV 51.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 24 49 138 0.83 0.64 0 0.46 226.84 0.7 0.32
Hex 18 31 8A 53 40 0 2E E3 46 20
Octal 30 61 212 123 100 0 56 343 106 40
Binary 11000 110001 10001010 1010011 1000000 0 101110 11100011 1000110 100000

Color Harmonies of #18318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18318A

Black with #18318A

Text Example


Text Example

White with #18318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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