Html Css Color HEX #1421AC Egyptian Blue

📋 copy color: '#1421AC'

red 20 ◦ green 33 ◦ blue 172

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

Shades of Egyptian Blue #1421AC

Tints of Egyptian Blue #1421AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 8.89%
G = 14.67%
B = 76.44%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1421AC (or 0x1421AC) is known color: Egyptian Blue. HEX triplet: 14, 21 and AC. RGB value is (20,33,172). Sum of RGB (Red+Green+Blue) = 20+33+172=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #1421AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1421AC is #EBDE53. Grayscale: #2C2C2C. Windows color (decimal): -15457876 or 11280660. OLE color: 11280660.

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

Color convert

RGB 20 33 172 -
CMYK 0.88 0.81 0 0.33
HSL 234.87º 0.79% 0.38% -
HSV(B) 234.87º 0.88% 0.67% -
XYZ 8.28 4.21 39.41 -
YUV 44.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 20 33 172 0.88 0.81 0 0.33 234.87 0.79 0.38
Hex 14 21 AC 58 51 0 21 EB 4F 26
Octal 24 41 254 130 121 0 41 353 117 46
Binary 10100 100001 10101100 1011000 1010001 0 100001 11101011 1001111 100110

Color Harmonies of #1421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421AC

Black with #1421AC

Text Example


Text Example

White with #1421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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