#133F99

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

Shades of Egyptian Blue #133F99

Tints of Egyptian Blue #133F99

Color information

#133F99 (or 0x133F99) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3F and 99. RGB value is (19,63,153). Sum of RGB (Red+Green+Blue) = 19+63+153=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #133F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F99 is #ECC066. Grayscale: #3B3B3B. Windows color (decimal): -15515751 or 10043155. OLE color: 10043155.

HSL color Cylindrical-coordinate representation of color #133F99: hue angle of 220.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133F99 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1963153-
CMYK0.880.5900.4
HSL220.3º77.91%33.73%-
HSV(B)220.3º87.58%60%-
XYZ7.85.9930.88-
YUV60.1180.4298.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=8.09%
G=26.81%
B=65.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19631530.880.5900.4220.377.9133.73
Hex133F99583B028dc4e22
Octal23772311307305033411642
Binary100111111111001100110110001110110101000110111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,63,153); }

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

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

 a { background-color: rgb(19,63,153); }

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

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

 span { border-color: rgb(19,63,153); }

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