#13449A

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

Shades of Egyptian Blue #13449A

Tints of Egyptian Blue #13449A

Color information

#13449A (or 0x13449A) is unknown color: approx Egyptian Blue. HEX triplet: 13, 44 and 9A. RGB value is (19,68,154). Sum of RGB (Red+Green+Blue) = 19+68+154=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #13449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13449A is #ECBB65. Grayscale: #3E3E3E. Windows color (decimal): -15514470 or 10109971. OLE color: 10109971.

HSL color Cylindrical-coordinate representation of color #13449A: hue angle of 218.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13449A is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1968154-
CMYK0.880.5600.40
HSL218.22º78.03%33.92%-
HSV(B)218.22º87.66%60.39%-
XYZ8.176.6131.42-
YUV63.15179.2796.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 154 (60.55% from 255) = 63.90%
R=7.88%
G=28.22%
B=63.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19681540.880.5600.40218.2278.0333.92
Hex13449A5838028da4e22
Octal231042321307005033211642
Binary1001110001001001101010110001110000101000110110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13449A; }

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

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

<style>
 a { background-color: #13449A; }

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

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

<style>
 span { border-color: #13449A; }

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

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