#133A96

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

Shades of Egyptian Blue #133A96

Tints of Egyptian Blue #133A96

Color information

#133A96 (or 0x133A96) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3A and 96. RGB value is (19,58,150). Sum of RGB (Red+Green+Blue) = 19+58+150=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #133A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A96 is #ECC569. Grayscale: #383838. Windows color (decimal): -15517034 or 9845267. OLE color: 9845267.

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

Color convert

RGB1958150-
CMYK0.870.6100.41
HSL222.14º77.51%33.14%-
HSV(B)222.14º87.33%58.82%-
XYZ7.295.3729.51-
YUV56.83180.58101.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=8.37%
G=25.55%
B=66.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19581500.870.6100.41222.1477.5133.14
Hex133A96573D029de4e21
Octal23722261277505133611641
Binary100111110101001011010101111111010101001110111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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