Html Css Color HEX #1422AD Egyptian Blue

📋 copy color: '#1422AD'

red 20 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1422AD

Tints of Egyptian Blue #1422AD

RGB

 RED value IS 20 (8.2% from 255) = 8.81%

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 8.81%
G = 14.98%
B = 76.21%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1422AD (or 0x1422AD) is known color: Egyptian Blue. HEX triplet: 14, 22 and AD. RGB value is (20,34,173). Sum of RGB (Red+Green+Blue) = 20+34+173=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 34 (13.67% from 255 or 14.98% 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 #1422AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1422AD is #EBDD52. Grayscale: #2D2D2D. Windows color (decimal): -15457619 or 11346452. OLE color: 11346452.

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

Color convert

RGB 20 34 173 -
CMYK 0.88 0.80 0 0.32
HSL 234.51º 0.79% 0.38% -
HSV(B) 234.51º 0.88% 0.68% -
XYZ 8.4 4.31 39.92 -
YUV 45.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 20 34 173 0.88 0.80 0 0.32 234.51 0.79 0.38
Hex 14 22 AD 58 50 0 20 EB 4F 26
Octal 24 42 255 130 120 0 40 353 117 46
Binary 10100 100010 10101101 1011000 1010000 0 100000 11101011 1001111 100110

Color Harmonies of #1422AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1422AD

Black with #1422AD

Text Example


Text Example

White with #1422AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,34,173); }

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

background-color css

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

 a { background-color: rgb(20,34,173); }

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

border-color css

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

 span { border-color: rgb(20,34,173); }

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