#133B93

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

Shades of Egyptian Blue #133B93

Tints of Egyptian Blue #133B93

Color information

#133B93 (or 0x133B93) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3B and 93. RGB value is (19,59,147). Sum of RGB (Red+Green+Blue) = 19+59+147=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #133B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B93 is #ECC46C. Grayscale: #383838. Windows color (decimal): -15516781 or 9648915. OLE color: 9648915.

HSL color Cylindrical-coordinate representation of color #133B93: hue angle of 221.25º 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 #133B93 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1959147-
CMYK0.870.6000.42
HSL221.25º77.11%32.55%-
HSV(B)221.25º87.07%57.65%-
XYZ7.15.3728.27-
YUV57.07178.75100.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=8.44%
G=26.22%
B=65.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19591470.870.6000.42221.2577.1132.55
Hex133B93573C02Add4d21
Octal23732231277405233511541
Binary100111110111001001110101111111000101010110111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133B93; }

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

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

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

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

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

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

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

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