#133E9F

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

Shades of Egyptian Blue #133E9F

Tints of Egyptian Blue #133E9F

Color information

#133E9F (or 0x133E9F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3E and 9F. RGB value is (19,62,159). Sum of RGB (Red+Green+Blue) = 19+62+159=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #133E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133E9F is #ECC160. Grayscale: #3B3B3B. Windows color (decimal): -15516001 or 10436115. OLE color: 10436115.

HSL color Cylindrical-coordinate representation of color #133E9F: hue angle of 221.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133E9F is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1962159-
CMYK0.880.6100.38
HSL221.57º78.65%34.9%-
HSV(B)221.57º88.05%62.35%-
XYZ8.256.0933.54-
YUV60.2183.7598.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 159 (62.5% from 255) = 66.25%
R=7.92%
G=25.83%
B=66.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19621590.880.6100.38221.5778.6534.9
Hex133E9F583D026de4f23
Octal23762371307504633611743
Binary100111111101001111110110001111010100110110111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,159); }

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

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

 a { background-color: rgb(19,62,159); }

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

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

 span { border-color: rgb(19,62,159); }

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