#13459A

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

Shades of Egyptian Blue #13459A

Tints of Egyptian Blue #13459A

Color information

#13459A (or 0x13459A) is unknown color: approx Egyptian Blue. HEX triplet: 13, 45 and 9A. RGB value is (19,69,154). Sum of RGB (Red+Green+Blue) = 19+69+154=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #13459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13459A is #ECBA65. Grayscale: #3F3F3F. Windows color (decimal): -15514214 or 10110227. OLE color: 10110227.

HSL color Cylindrical-coordinate representation of color #13459A: hue angle of 217.78º 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 #13459A is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1969154-
CMYK0.880.5500.40
HSL217.78º78.03%33.92%-
HSV(B)217.78º87.66%60.39%-
XYZ8.236.7331.44-
YUV63.74178.9496.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=7.85%
G=28.51%
B=63.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19691540.880.5500.40217.7878.0333.92
Hex13459A5837028da4e22
Octal231052321306705033211642
Binary1001110001011001101010110001101110101000110110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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