#133EAE

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

Shades of Egyptian Blue #133EAE

Tints of Egyptian Blue #133EAE

Color information

#133EAE (or 0x133EAE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3E and AE. RGB value is (19,62,174). Sum of RGB (Red+Green+Blue) = 19+62+174=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #133EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133EAE is #ECC151. Grayscale: #3D3D3D. Windows color (decimal): -15515986 or 11419155. OLE color: 11419155.

HSL color Cylindrical-coordinate representation of color #133EAE: hue angle of 223.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133EAE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1962174-
CMYK0.890.6400.32
HSL223.35º80.31%37.84%-
HSV(B)223.35º89.08%68.24%-
XYZ9.636.6440.82-
YUV61.91191.2597.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=7.45%
G=24.31%
B=68.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19621740.890.6400.32223.3580.3137.84
Hex133EAE5940020df5026
Octal237625613110004033712046
Binary1001111111010101110101100110000000100000110111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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