#133AAA

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

Shades of Egyptian Blue #133AAA

Tints of Egyptian Blue #133AAA

Color information

#133AAA (or 0x133AAA) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3A and AA. RGB value is (19,58,170). Sum of RGB (Red+Green+Blue) = 19+58+170=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #133AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AAA is #ECC555. Grayscale: #3A3A3A. Windows color (decimal): -15517014 or 11155987. OLE color: 11155987.

HSL color Cylindrical-coordinate representation of color #133AAA: hue angle of 224.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AAA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1958170-
CMYK0.890.6600.33
HSL224.5º79.89%37.06%-
HSV(B)224.5º88.82%66.67%-
XYZ9.046.0738.72-
YUV59.11190.5899.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=7.69%
G=23.48%
B=68.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19581700.890.6600.33224.579.8937.06
Hex133AAA5942021e15025
Octal237225213110204134112045
Binary1001111101010101010101100110000100100001111000011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,170); }

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

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

 a { background-color: rgb(19,58,170); }

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

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

 span { border-color: rgb(19,58,170); }

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