#13399A

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

Shades of Egyptian Blue #13399A

Tints of Egyptian Blue #13399A

Color information

#13399A (or 0x13399A) is unknown color: approx Egyptian Blue. HEX triplet: 13, 39 and 9A. RGB value is (19,57,154). Sum of RGB (Red+Green+Blue) = 19+57+154=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #13399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13399A is #ECC665. Grayscale: #383838. Windows color (decimal): -15517286 or 10107155. OLE color: 10107155.

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

Color convert

RGB1957154-
CMYK0.880.6300.40
HSL223.11º78.03%33.92%-
HSV(B)223.11º87.66%60.39%-
XYZ7.565.431.22-
YUV56.7182.91101.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=8.26%
G=24.78%
B=66.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19571540.880.6300.40223.1178.0333.92
Hex13399A583F028df4e22
Octal23712321307705033711642
Binary100111110011001101010110001111110101000110111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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