#133AA2

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

Shades of Egyptian Blue #133AA2

Tints of Egyptian Blue #133AA2

Color information

#133AA2 (or 0x133AA2) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3A and A2. RGB value is (19,58,162). Sum of RGB (Red+Green+Blue) = 19+58+162=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #133AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AA2 is #ECC55D. Grayscale: #393939. Windows color (decimal): -15517022 or 10631699. OLE color: 10631699.

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

Color convert

RGB1958162-
CMYK0.880.6400.36
HSL223.64º79.01%35.49%-
HSV(B)223.64º88.27%63.53%-
XYZ8.35.7734.86-
YUV58.19186.58100.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 162 (63.67% from 255) = 67.78%
R=7.95%
G=24.27%
B=67.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19581620.880.6400.36223.6479.0135.49
Hex133AA25840024e04f23
Octal237224213010004434011743
Binary1001111101010100010101100010000000100100111000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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