#132FAF

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

Shades of Egyptian Blue #132FAF

Tints of Egyptian Blue #132FAF

Color information

#132FAF (or 0x132FAF) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2F and AF. RGB value is (19,47,175). Sum of RGB (Red+Green+Blue) = 19+47+175=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #132FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132FAF is #ECD050. Grayscale: #343434. Windows color (decimal): -15519825 or 11480851. OLE color: 11480851.

HSL color Cylindrical-coordinate representation of color #132FAF: hue angle of 229.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132FAF is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1947175-
CMYK0.890.7300.31
HSL229.23º80.41%38.04%-
HSV(B)229.23º89.14%68.63%-
XYZ9.025.2741.1-
YUV53.22196.72103.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 175 (68.75% from 255) = 72.61%
R=7.88%
G=19.50%
B=72.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19471750.890.7300.31229.2380.4138.04
Hex132FAF594901Fe55026
Octal235725713111103734512046
Binary100111011111010111110110011001001011111111001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,175); }

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

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

 a { background-color: rgb(19,47,175); }

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

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

 span { border-color: rgb(19,47,175); }

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