Html Css Color HEX #1218AD Egyptian Blue

📋 copy color: '#1218AD'

red 18 ◦ green 24 ◦ blue 173

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

Shades of Egyptian Blue #1218AD

Tints of Egyptian Blue #1218AD

RGB

 RED value IS 18 (7.42% from 255) = 8.37%

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 8.37%
G = 11.16%
B = 80.47%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1218AD (or 0x1218AD) is known color: Egyptian Blue. HEX triplet: 12, 18 and AD. RGB value is (18,24,173). Sum of RGB (Red+Green+Blue) = 18+24+173=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #1218AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1218AD is #EDE752. Grayscale: #262626. Windows color (decimal): -15591251 or 11343890. OLE color: 11343890.

HSL color Cylindrical-coordinate representation of color #1218AD: hue angle of 237.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218AD is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 24 173 -
CMYK 0.90 0.86 0 0.32
HSL 237.68º 0.81% 0.37% -
HSV(B) 237.68º 0.9% 0.68% -
XYZ 8.12 3.8 39.84 -
YUV 39.19 203.51 112.88 -
System Red Green Blue C M Y K H S L
Decimal 18 24 173 0.90 0.86 0 0.32 237.68 0.81 0.37
Hex 12 18 AD 5A 56 0 20 EE 51 25
Octal 22 30 255 132 126 0 40 356 121 45
Binary 10010 11000 10101101 1011010 1010110 0 100000 11101110 1010001 100101

Color Harmonies of #1218AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218AD

Black with #1218AD

Text Example


Text Example

White with #1218AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1218AD; }

 p { color: rgb(18,24,173); }

 H1.HeaderClassName
 {
   color: #1218AD;
 }
 .AnyTagClassName
 {
   color: #1218AD;
 }
</style>

background-color css

<style>
 a { background-color: #1218AD; }

 a { background-color: rgb(18,24,173); }

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

border-color css

<style>
 span { border-color: #1218AD; }

 span { border-color: rgb(18,24,173); }

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