#133796

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

Shades of Egyptian Blue #133796

Tints of Egyptian Blue #133796

Color information

#133796 (or 0x133796) is unknown color: approx Egyptian Blue. HEX triplet: 13, 37 and 96. RGB value is (19,55,150). Sum of RGB (Red+Green+Blue) = 19+55+150=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #133796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133796 is #ECC869. Grayscale: #363636. Windows color (decimal): -15517802 or 9844499. OLE color: 9844499.

HSL color Cylindrical-coordinate representation of color #133796: hue angle of 223.51º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133796 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1955150-
CMYK0.870.6300.41
HSL223.51º77.51%33.14%-
HSV(B)223.51º87.33%58.82%-
XYZ7.145.0729.46-
YUV55.07181.57102.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=8.48%
G=24.55%
B=66.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19551500.870.6300.41223.5177.5133.14
Hex133796573F029e04e21
Octal23672261277705134011641
Binary100111101111001011010101111111110101001111000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133796; }

 p { color: rgb(19,55,150); }

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

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

 a { background-color: rgb(19,55,150); }

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

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

 span { border-color: rgb(19,55,150); }

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