Html Css Color HEX #1220AD Egyptian Blue

📋 copy color: '#1220AD'

red 18 ◦ green 32 ◦ blue 173

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

Shades of Egyptian Blue #1220AD

Tints of Egyptian Blue #1220AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

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

R = 8.07%
G = 14.35%
B = 77.58%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1220AD (or 0x1220AD) is known color: Egyptian Blue. HEX triplet: 12, 20 and AD. RGB value is (18,32,173). Sum of RGB (Red+Green+Blue) = 18+32+173=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #1220AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1220AD is #EDDF52. Grayscale: #2B2B2B. Windows color (decimal): -15589203 or 11345938. OLE color: 11345938.

HSL color Cylindrical-coordinate representation of color #1220AD: hue angle of 234.58º 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 #1220AD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 32 173 -
CMYK 0.90 0.82 0 0.32
HSL 234.58º 0.81% 0.37% -
HSV(B) 234.58º 0.9% 0.68% -
XYZ 8.31 4.18 39.9 -
YUV 43.89 200.86 109.54 -
System Red Green Blue C M Y K H S L
Decimal 18 32 173 0.90 0.82 0 0.32 234.58 0.81 0.37
Hex 12 20 AD 5A 52 0 20 EB 51 25
Octal 22 40 255 132 122 0 40 353 121 45
Binary 10010 100000 10101101 1011010 1010010 0 100000 11101011 1010001 100101

Color Harmonies of #1220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1220AD

Black with #1220AD

Text Example


Text Example

White with #1220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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