#133496

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

Shades of Egyptian Blue #133496

Tints of Egyptian Blue #133496

Color information

#133496 (or 0x133496) is unknown color: approx Egyptian Blue. HEX triplet: 13, 34 and 96. RGB value is (19,52,150). Sum of RGB (Red+Green+Blue) = 19+52+150=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #133496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133496 is #ECCB69. Grayscale: #343434. Windows color (decimal): -15518570 or 9843731. OLE color: 9843731.

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

Color convert

RGB1952150-
CMYK0.870.6500.41
HSL224.89º77.51%33.14%-
HSV(B)224.89º87.33%58.82%-
XYZ74.829.41-
YUV53.3182.57103.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=8.60%
G=23.53%
B=67.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19521500.870.6500.41224.8977.5133.14
Hex1334965741029e14e21
Octal236422612710105134111641
Binary1001111010010010110101011110000010101001111000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133496; }

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

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

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

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

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

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

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

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