#133399

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

Shades of Egyptian Blue #133399

Tints of Egyptian Blue #133399

Color information

#133399 (or 0x133399) is unknown color: approx Egyptian Blue. HEX triplet: 13, 33 and 99. RGB value is (19,51,153). Sum of RGB (Red+Green+Blue) = 19+51+153=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #133399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133399 is #ECCC66. Grayscale: #343434. Windows color (decimal): -15518823 or 10040083. OLE color: 10040083.

HSL color Cylindrical-coordinate representation of color #133399: hue angle of 225.67º 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 #133399 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1951153-
CMYK0.880.6700.4
HSL225.67º77.91%33.73%-
HSV(B)225.67º87.58%60%-
XYZ7.24.8130.69-
YUV53.06184.4103.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=8.52%
G=22.87%
B=68.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19511530.880.6700.4225.6777.9133.73
Hex1333995843028e24e22
Octal236323113010305034211642
Binary1001111001110011001101100010000110101000111000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133399; }

 p { color: rgb(19,51,153); }

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

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

 a { background-color: rgb(19,51,153); }

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

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

 span { border-color: rgb(19,51,153); }

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