Html Css Color HEX #1421AD Egyptian Blue

📋 copy color: '#1421AD'

red 20 ◦ green 33 ◦ blue 173

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

Shades of Egyptian Blue #1421AD

Tints of Egyptian Blue #1421AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

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

R = 8.85%
G = 14.6%
B = 76.55%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1421AD (or 0x1421AD) is known color: Egyptian Blue. HEX triplet: 14, 21 and AD. RGB value is (20,33,173). Sum of RGB (Red+Green+Blue) = 20+33+173=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #1421AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1421AD is #EBDE52. Grayscale: #2C2C2C. Windows color (decimal): -15457875 or 11346196. OLE color: 11346196.

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

Color convert

RGB 20 33 173 -
CMYK 0.88 0.81 0 0.32
HSL 234.9º 0.79% 0.38% -
HSV(B) 234.9º 0.88% 0.68% -
XYZ 8.38 4.25 39.91 -
YUV 45.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 20 33 173 0.88 0.81 0 0.32 234.9 0.79 0.38
Hex 14 21 AD 58 51 0 20 EB 4F 26
Octal 24 41 255 130 121 0 40 353 117 46
Binary 10100 100001 10101101 1011000 1010001 0 100000 11101011 1001111 100110

Color Harmonies of #1421AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421AD

Black with #1421AD

Text Example


Text Example

White with #1421AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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