#133BA2

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

Shades of Egyptian Blue #133BA2

Tints of Egyptian Blue #133BA2

Color information

#133BA2 (or 0x133BA2) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3B and A2. RGB value is (19,59,162). Sum of RGB (Red+Green+Blue) = 19+59+162=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #133BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BA2 is #ECC45D. Grayscale: #3A3A3A. Windows color (decimal): -15516766 or 10631955. OLE color: 10631955.

HSL color Cylindrical-coordinate representation of color #133BA2: hue angle of 223.22º 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 #133BA2 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1959162-
CMYK0.880.6400.36
HSL223.22º79.01%35.49%-
HSV(B)223.22º88.27%63.53%-
XYZ8.355.8834.88-
YUV58.78186.2599.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 162 (63.67% from 255) = 67.5%
R=7.92%
G=24.58%
B=67.5%

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
Decimal19591620.880.6400.36223.2279.0135.49
Hex133BA25840024df4f23
Octal237324213010004433711743
Binary1001111101110100010101100010000000100100110111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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