#132C9F

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

Shades of Egyptian Blue #132C9F

Tints of Egyptian Blue #132C9F

Color information

#132C9F (or 0x132C9F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2C and 9F. RGB value is (19,44,159). Sum of RGB (Red+Green+Blue) = 19+44+159=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #132C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C9F is #ECD360. Grayscale: #313131. Windows color (decimal): -15520609 or 10431507. OLE color: 10431507.

HSL color Cylindrical-coordinate representation of color #132C9F: hue angle of 229.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132C9F is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1944159-
CMYK0.880.7200.38
HSL229.29º78.65%34.9%-
HSV(B)229.29º88.05%62.35%-
XYZ7.434.4433.27-
YUV49.64189.72106.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 159 (62.5% from 255) = 71.62%
R=8.56%
G=19.82%
B=71.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19441590.880.7200.38229.2978.6534.9
Hex132C9F5848026e54f23
Octal235423713011004634511743
Binary1001110110010011111101100010010000100110111001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,159); }

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

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

 a { background-color: rgb(19,44,159); }

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

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

 span { border-color: rgb(19,44,159); }

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