Html Css Color HEX #1620AD Egyptian Blue

📋 copy color: '#1620AD'

red 22 ◦ green 32 ◦ blue 173

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

Shades of Egyptian Blue #1620AD

Tints of Egyptian Blue #1620AD

RGB

 RED value IS 22 (8.98% from 255) = 9.69%

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

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

R = 9.69%
G = 14.1%
B = 76.21%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1620AD (or 0x1620AD) is known color: Egyptian Blue. HEX triplet: 16, 20 and AD. RGB value is (22,32,173). Sum of RGB (Red+Green+Blue) = 22+32+173=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1620AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1620AD is #E9DF52. Grayscale: #2C2C2C. Windows color (decimal): -15327059 or 11345942. OLE color: 11345942.

HSL color Cylindrical-coordinate representation of color #1620AD: hue angle of 236.03º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1620AD is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 32 173 -
CMYK 0.87 0.82 0 0.32
HSL 236.03º 0.77% 0.38% -
HSV(B) 236.03º 0.87% 0.68% -
XYZ 8.39 4.22 39.91 -
YUV 45.08 200.19 111.54 -
System Red Green Blue C M Y K H S L
Decimal 22 32 173 0.87 0.82 0 0.32 236.03 0.77 0.38
Hex 16 20 AD 57 52 0 20 EC 4D 26
Octal 26 40 255 127 122 0 40 354 115 46
Binary 10110 100000 10101101 1010111 1010010 0 100000 11101100 1001101 100110

Color Harmonies of #1620AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1620AD

Black with #1620AD

Text Example


Text Example

White with #1620AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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