#133b95

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

Shades of Egyptian Blue #133B95

Tints of Egyptian Blue #133B95

Color information

#133B95 (or 0x133B95) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3B and 95. RGB value is (19,59,149). Sum of RGB (Red+Green+Blue) = 19+59+149=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #133B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B95 is #ECC46A. Grayscale: #383838. Windows color (decimal): -15516779 or 9779987. OLE color: 9779987.

HSL color Cylindrical-coordinate representation of color #133B95: hue angle of 221.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133B95 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1959149-
CMYK0.870.6000.42
HSL221.54º77.38%32.94%-
HSV(B)221.54º87.25%58.43%-
XYZ7.265.4429.1-
YUV57.3179.75100.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 59 (23.44% from 255) = 25.99%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=8.37%
G=25.99%
B=65.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19591490.870.6000.42221.5477.3832.94
Hex133B95573C02Ade4d21
Octal23732251277405233611541
Binary100111110111001010110101111111000101010110111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,149); }

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

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

 a { background-color: rgb(19,59,149); }

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

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

 span { border-color: rgb(19,59,149); }

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