#1344a9

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

Shades of Egyptian Blue #1344A9

Tints of Egyptian Blue #1344A9

Color information

#1344A9 (or 0x1344A9) is unknown color: approx Egyptian Blue. HEX triplet: 13, 44 and A9. RGB value is (19,68,169). Sum of RGB (Red+Green+Blue) = 19+68+169=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #1344A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344A9 is #ECBB56. Grayscale: #404040. Windows color (decimal): -15514455 or 11093011. OLE color: 11093011.

HSL color Cylindrical-coordinate representation of color #1344A9: hue angle of 220.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1344A9 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1968169-
CMYK0.890.6000.34
HSL220.4º79.79%36.86%-
HSV(B)220.4º88.76%66.27%-
XYZ9.57.1438.41-
YUV64.86186.7795.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 169 (66.41% from 255) = 66.02%
R=7.42%
G=26.56%
B=66.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19681690.890.6000.34220.479.7936.86
Hex1344A9593C022dc5025
Octal231042511317404233412045
Binary1001110001001010100110110011111000100010110111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1344a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1344a9; }

 p { color: rgb(19,68,169); }

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

<style>
 a { background-color: #1344a9; }

 a { background-color: rgb(19,68,169); }

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

<style>
 span { border-color: #1344a9; }

 span { border-color: rgb(19,68,169); }

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