Html Css Color HEX #1419AC Egyptian Blue

📋 copy color: '#1419AC'

red 20 ◦ green 25 ◦ blue 172

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

Shades of Egyptian Blue #1419AC

Tints of Egyptian Blue #1419AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

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

R = 9.22%
G = 11.52%
B = 79.26%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1419AC (or 0x1419AC) is known color: Egyptian Blue. HEX triplet: 14, 19 and AC. RGB value is (20,25,172). Sum of RGB (Red+Green+Blue) = 20+25+172=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1419AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1419AC is #EBE653. Grayscale: #272727. Windows color (decimal): -15459924 or 11278612. OLE color: 11278612.

HSL color Cylindrical-coordinate representation of color #1419AC: hue angle of 238.03º 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 #1419AC is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 25 172 -
CMYK 0.88 0.85 0 0.33
HSL 238.03º 0.79% 0.38% -
HSV(B) 238.03º 0.88% 0.67% -
XYZ 8.08 3.82 39.34 -
YUV 40.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 20 25 172 0.88 0.85 0 0.33 238.03 0.79 0.38
Hex 14 19 AC 58 55 0 21 EE 4F 26
Octal 24 31 254 130 125 0 41 356 117 46
Binary 10100 11001 10101100 1011000 1010101 0 100001 11101110 1001111 100110

Color Harmonies of #1419AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1419AC

Black with #1419AC

Text Example


Text Example

White with #1419AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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