#132B93

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

Shades of Egyptian Blue #132B93

Tints of Egyptian Blue #132B93

Color information

#132B93 (or 0x132B93) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2B and 93. RGB value is (19,43,147). Sum of RGB (Red+Green+Blue) = 19+43+147=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #132B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132B93 is #ECD46C. Grayscale: #2F2F2F. Windows color (decimal): -15520877 or 9644819. OLE color: 9644819.

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

Color convert

RGB1943147-
CMYK0.870.7100.42
HSL228.75º77.11%32.55%-
HSV(B)228.75º87.07%57.65%-
XYZ6.43.9728.03-
YUV47.68184.05107.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=9.09%
G=20.57%
B=70.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19431470.870.7100.42228.7577.1132.55
Hex132B93574702Ae54d21
Octal235322312710705234511541
Binary1001110101110010011101011110001110101010111001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B93; }

 p { color: rgb(19,43,147); }

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

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

 a { background-color: rgb(19,43,147); }

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

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

 span { border-color: rgb(19,43,147); }

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