#133393

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

Shades of Egyptian Blue #133393

Tints of Egyptian Blue #133393

Color information

#133393 (or 0x133393) is unknown color: approx Egyptian Blue. HEX triplet: 13, 33 and 93. RGB value is (19,51,147). Sum of RGB (Red+Green+Blue) = 19+51+147=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #133393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133393 is #ECCC6C. Grayscale: #333333. Windows color (decimal): -15518829 or 9646867. OLE color: 9646867.

HSL color Cylindrical-coordinate representation of color #133393: hue angle of 225º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133393 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1951147-
CMYK0.870.6500.42
HSL225º77.11%32.55%-
HSV(B)225º87.07%57.65%-
XYZ6.724.6128.14-
YUV52.38181.4104.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=8.76%
G=23.50%
B=67.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19511470.870.6500.4222577.1132.55
Hex133393574102Ae14d21
Octal236322312710105234111541
Binary1001111001110010011101011110000010101010111000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133393; }

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

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

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

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

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

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

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

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