Html Css Color HEX #18318C Egyptian Blue

📋 copy color: '#18318C'

red 24 ◦ green 49 ◦ blue 140

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

Shades of Egyptian Blue #18318C

Tints of Egyptian Blue #18318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 11.27%
G = 23%
B = 65.73%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18318C (or 0x18318C) is known color: Egyptian Blue. HEX triplet: 18, 31 and 8C. RGB value is (24,49,140). Sum of RGB (Red+Green+Blue) = 24+49+140=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #18318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18318C is #E7CE73. Grayscale: #333333. Windows color (decimal): -15191668 or 9187608. OLE color: 9187608.

HSL color Cylindrical-coordinate representation of color #18318C: hue angle of 227.07º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18318C is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 49 140 -
CMYK 0.83 0.65 0 0.45
HSL 227.07º 0.71% 0.32% -
HSV(B) 227.07º 0.83% 0.55% -
XYZ 6.21 4.28 25.31 -
YUV 51.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 24 49 140 0.83 0.65 0 0.45 227.07 0.71 0.32
Hex 18 31 8C 53 41 0 2D E3 47 20
Octal 30 61 214 123 101 0 55 343 107 40
Binary 11000 110001 10001100 1010011 1000001 0 101101 11100011 1000111 100000

Color Harmonies of #18318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18318C

Black with #18318C

Text Example


Text Example

White with #18318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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