Html Css Color HEX #1422AB Egyptian Blue

📋 copy color: '#1422AB'

red 20 ◦ green 34 ◦ blue 171

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

Shades of Egyptian Blue #1422AB

Tints of Egyptian Blue #1422AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76%

R = 8.89%
G = 15.11%
B = 76%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1422AB (or 0x1422AB) is known color: Egyptian Blue. HEX triplet: 14, 22 and AB. RGB value is (20,34,171). Sum of RGB (Red+Green+Blue) = 20+34+171=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #1422AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1422AB is #EBDD54. Grayscale: #2C2C2C. Windows color (decimal): -15457621 or 11215380. OLE color: 11215380.

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

Color convert

RGB 20 34 171 -
CMYK 0.88 0.80 0 0.33
HSL 234.44º 0.79% 0.37% -
HSV(B) 234.44º 0.88% 0.67% -
XYZ 8.21 4.23 38.91 -
YUV 45.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 20 34 171 0.88 0.80 0 0.33 234.44 0.79 0.37
Hex 14 22 AB 58 50 0 21 EA 4F 25
Octal 24 42 253 130 120 0 41 352 117 45
Binary 10100 100010 10101011 1011000 1010000 0 100001 11101010 1001111 100101

Color Harmonies of #1422AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1422AB

Black with #1422AB

Text Example


Text Example

White with #1422AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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