#133199

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

Shades of Egyptian Blue #133199

Tints of Egyptian Blue #133199

Color information

#133199 (or 0x133199) is unknown color: approx Egyptian Blue. HEX triplet: 13, 31 and 99. RGB value is (19,49,153). Sum of RGB (Red+Green+Blue) = 19+49+153=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #133199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133199 is #ECCE66. Grayscale: #333333. Windows color (decimal): -15519335 or 10039571. OLE color: 10039571.

HSL color Cylindrical-coordinate representation of color #133199: hue angle of 226.57º 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 #133199 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1949153-
CMYK0.880.6800.4
HSL226.57º77.91%33.73%-
HSV(B)226.57º87.58%60%-
XYZ7.124.6330.66-
YUV51.89185.06104.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=8.60%
G=22.17%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19491530.880.6800.4226.5777.9133.73
Hex1331995844028e34e22
Octal236123113010405034311642
Binary1001111000110011001101100010001000101000111000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133199; }

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

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

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

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

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

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

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

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