Html Css Color HEX #1440AC Egyptian Blue

📋 copy color: '#1440AC'

red 20 ◦ green 64 ◦ blue 172

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

Shades of Egyptian Blue #1440AC

Tints of Egyptian Blue #1440AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 7.81%
G = 25%
B = 67.19%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1440AC (or 0x1440AC) is known color: Egyptian Blue. HEX triplet: 14, 40 and AC. RGB value is (20,64,172). Sum of RGB (Red+Green+Blue) = 20+64+172=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #1440AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1440AC is #EBBF53. Grayscale: #3E3E3E. Windows color (decimal): -15449940 or 11288596. OLE color: 11288596.

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

Color convert

RGB 20 64 172 -
CMYK 0.88 0.63 0 0.33
HSL 222.63º 0.79% 0.38% -
HSV(B) 222.63º 0.88% 0.67% -
XYZ 9.57 6.79 39.84 -
YUV 63.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 20 64 172 0.88 0.63 0 0.33 222.63 0.79 0.38
Hex 14 40 AC 58 3F 0 21 DF 4F 26
Octal 24 100 254 130 77 0 41 337 117 46
Binary 10100 1000000 10101100 1011000 111111 0 100001 11011111 1001111 100110

Color Harmonies of #1440AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1440AC

Black with #1440AC

Text Example


Text Example

White with #1440AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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