#1445A6

Color #1445A6 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1445A6

Tints of Egyptian Blue #1445A6

Color information

#1445A6 (or 0x1445A6) is unknown color: approx Egyptian Blue. HEX triplet: 14, 45 and A6. RGB value is (20,69,166). Sum of RGB (Red+Green+Blue) = 20+69+166=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #1445A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1445A6 is #EBBA59. Grayscale: #404040. Windows color (decimal): -15448666 or 10896660. OLE color: 10896660.

HSL color Cylindrical-coordinate representation of color #1445A6: hue angle of 219.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1445A6 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2069166-
CMYK0.880.5800.35
HSL219.86º78.49%36.47%-
HSV(B)219.86º87.95%65.1%-
XYZ9.37.1636.97-
YUV65.41184.7795.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 166 (65.23% from 255) = 65.10%
R=7.84%
G=27.06%
B=65.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20691660.880.5800.35219.8678.4936.47
Hex1445A6583A023dc4e24
Octal241052461307204333411644
Binary1010010001011010011010110001110100100011110111001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1445A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1445A6; }

 p { color: rgb(20,69,166); }

 H1.HeaderClassName
 {
   color: #1445A6;
 }
 .AnyTagClassName
 {
   color: #1445A6;
 }
</style>
background-color css

<style>
 a { background-color: #1445A6; }

 a { background-color: rgb(20,69,166); }

 div.DivClassName
 {
   background-color: #1445A6;
 }
 .BgClassName
 {
   background-color: #1445A6;
 }
</style>
border-color css

<style>
 span { border-color: #1445A6; }

 span { border-color: rgb(20,69,166); }

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