#132BEC

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

Shades of Blue #132BEC

Tints of Blue #132BEC

Color information

#132BEC (or 0x132BEC) is unknown color: approx Blue. HEX triplet: 13, 2B and EC. RGB value is (19,43,236). Sum of RGB (Red+Green+Blue) = 19+43+236=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #132BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132BEC is #ECD413. Grayscale: #393939. Windows color (decimal): -15520788 or 15477523. OLE color: 15477523.

HSL color Cylindrical-coordinate representation of color #132BEC: hue angle of 233.36º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132BEC is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1943236-
CMYK0.920.8200.07
HSL233.36º85.1%50%-
HSV(B)233.36º91.95%92.55%-
XYZ16.277.9280.03-
YUV57.83228.55100.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 236 (92.58% from 255) = 79.19%
R=6.38%
G=14.43%
B=79.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19432360.920.8200.07233.3685.150
Hex132BEC5C5207e95532
Octal23533541341220735112562
Binary1001110101111101100101110010100100111111010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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