#133E95

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

Shades of Egyptian Blue #133E95

Tints of Egyptian Blue #133E95

Color information

#133E95 (or 0x133E95) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3E and 95. RGB value is (19,62,149). Sum of RGB (Red+Green+Blue) = 19+62+149=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #133E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133E95 is #ECC16A. Grayscale: #3A3A3A. Windows color (decimal): -15516011 or 9780755. OLE color: 9780755.

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

Color convert

RGB1962149-
CMYK0.870.5800.42
HSL220.15º77.38%32.94%-
HSV(B)220.15º87.25%58.43%-
XYZ7.425.7529.15-
YUV59.06178.7599.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=8.26%
G=26.96%
B=64.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19621490.870.5800.42220.1577.3832.94
Hex133E95573A02Adc4d21
Octal23762251277205233411541
Binary100111111101001010110101111110100101010110111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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