#13389B

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

Shades of Egyptian Blue #13389B

Tints of Egyptian Blue #13389B

Color information

#13389B (or 0x13389B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 38 and 9B. RGB value is (19,56,155). Sum of RGB (Red+Green+Blue) = 19+56+155=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #13389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13389B is #ECC764. Grayscale: #373737. Windows color (decimal): -15517541 or 10172435. OLE color: 10172435.

HSL color Cylindrical-coordinate representation of color #13389B: hue angle of 223.68º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13389B is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1956155-
CMYK0.880.6400.39
HSL223.68º78.16%34.12%-
HSV(B)223.68º87.74%60.78%-
XYZ7.65.3331.64-
YUV56.22183.74101.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=8.26%
G=24.35%
B=67.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19561550.880.6400.39223.6878.1634.12
Hex13389B5840027e04e22
Octal237023313010004734011642
Binary1001111100010011011101100010000000100111111000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13389B; }

 p { color: rgb(19,56,155); }

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

<style>
 a { background-color: #13389B; }

 a { background-color: rgb(19,56,155); }

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

<style>
 span { border-color: #13389B; }

 span { border-color: rgb(19,56,155); }

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