Html Css Color HEX #1441AC Egyptian Blue

📋 copy color: '#1441AC'

red 20 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #1441AC

Tints of Egyptian Blue #1441AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 7.78%
G = 25.29%
B = 66.93%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1441AC (or 0x1441AC) is known color: Egyptian Blue. HEX triplet: 14, 41 and AC. RGB value is (20,65,172). Sum of RGB (Red+Green+Blue) = 20+65+172=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #1441AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441AC is #EBBE53. Grayscale: #3F3F3F. Windows color (decimal): -15449684 or 11288852. OLE color: 11288852.

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

Color convert

RGB 20 65 172 -
CMYK 0.88 0.62 0 0.33
HSL 222.24º 0.79% 0.38% -
HSV(B) 222.24º 0.88% 0.67% -
XYZ 9.63 6.91 39.86 -
YUV 63.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 20 65 172 0.88 0.62 0 0.33 222.24 0.79 0.38
Hex 14 41 AC 58 3E 0 21 DE 4F 26
Octal 24 101 254 130 76 0 41 336 117 46
Binary 10100 1000001 10101100 1011000 111110 0 100001 11011110 1001111 100110

Color Harmonies of #1441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441AC

Black with #1441AC

Text Example


Text Example

White with #1441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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