Html Css Color HEX #1441AA Egyptian Blue

📋 copy color: '#1441AA'

red 20 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1441AA

Tints of Egyptian Blue #1441AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 7.84%
G = 25.49%
B = 66.67%

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

#1441AA (or 0x1441AA) is known color: Egyptian Blue. HEX triplet: 14, 41 and AA. RGB value is (20,65,170). Sum of RGB (Red+Green+Blue) = 20+65+170=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1441AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441AA is #EBBE55. Grayscale: #3F3F3F. Windows color (decimal): -15449686 or 11157780. OLE color: 11157780.

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

Color convert

RGB 20 65 170 -
CMYK 0.88 0.62 0 0.33
HSL 222º 0.79% 0.37% -
HSV(B) 222º 0.88% 0.67% -
XYZ 9.43 6.83 38.85 -
YUV 63.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 20 65 170 0.88 0.62 0 0.33 222 0.79 0.37
Hex 14 41 AA 58 3E 0 21 DE 4F 25
Octal 24 101 252 130 76 0 41 336 117 45
Binary 10100 1000001 10101010 1011000 111110 0 100001 11011110 1001111 100101

Color Harmonies of #1441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1441AA

Black with #1441AA

Text Example


Text Example

White with #1441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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