#133296

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

Shades of Egyptian Blue #133296

Tints of Egyptian Blue #133296

Color information

#133296 (or 0x133296) is unknown color: approx Egyptian Blue. HEX triplet: 13, 32 and 96. RGB value is (19,50,150). Sum of RGB (Red+Green+Blue) = 19+50+150=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #133296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133296 is #ECCD69. Grayscale: #333333. Windows color (decimal): -15519082 or 9843219. OLE color: 9843219.

HSL color Cylindrical-coordinate representation of color #133296: hue angle of 225.8º 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 #133296 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1950150-
CMYK0.870.6700.41
HSL225.8º77.51%33.14%-
HSV(B)225.8º87.33%58.82%-
XYZ6.914.6229.38-
YUV52.13183.23104.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=8.68%
G=22.83%
B=68.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19501500.870.6700.41225.877.5133.14
Hex1332965743029e24e21
Octal236222612710305134211641
Binary1001111001010010110101011110000110101001111000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133296; }

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

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

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

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

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

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

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

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