#13399B

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

Shades of Egyptian Blue #13399B

Tints of Egyptian Blue #13399B

Color information

#13399B (or 0x13399B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 39 and 9B. RGB value is (19,57,155). Sum of RGB (Red+Green+Blue) = 19+57+155=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #13399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13399B is #ECC664. Grayscale: #383838. Windows color (decimal): -15517285 or 10172691. OLE color: 10172691.

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

Color convert

RGB1957155-
CMYK0.880.6300.39
HSL223.24º78.16%34.12%-
HSV(B)223.24º87.74%60.78%-
XYZ7.655.4331.66-
YUV56.81183.41101.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=8.23%
G=24.68%
B=67.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19571550.880.6300.39223.2478.1634.12
Hex13399B583F027df4e22
Octal23712331307704733711642
Binary100111110011001101110110001111110100111110111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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